(demo project for testing out new spring libraries)
An app that lets you post your hype! What are you hyped about? Tells us now!
- a user signup page and login
- the ability to post a short text about what they're hyped about! (think Twitter)
- an administrator portal that allows someone to view the users and their posted content
- We're tracking the progress of the project hype prototype here in trello!
- We're using a boilerplate generator to get things going quickly
- auto-generated spring help docs regarding different capabilties
git clone [email protected]:digiron/hype.git
- install the dependencies in dev setup
./gradlew build
docker compose build
docker compose up -d
- http://localhost:80