Misael
For dev
You need to setup a postgres server at localhost:5432, with user misael with password misael-dev
Then, you run the database migration ./gradlew flywayMigrate
And finaly we run ./gradlew bootRun
For deployment
The compose file is enough.
launcher.sh checks that the migrations are applied and then runs the spring boot server on port 8080
Description
Languages
Java
59.3%
HTML
33%
CSS
4.5%
Nix
2.3%
Dockerfile
0.6%
Other
0.3%