Can now be deployed

This commit is contained in:
2025-06-09 15:27:26 +02:00
parent f220c187c1
commit be0ec073a3
7 changed files with 62 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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