A simple backend application made on java (Spring Boot Framework) using spring boot security with JWT. Connects to a Postgres DB running in a docker.
Creates a tomcat docker container ready to run the application exposing port 8080
make tom-build
To run the tomcat contaner use
make tom-run
To create/run the postgres docker container use
make db-run
make farm-start
make farm-stop
Creates a fat .war containing the app.
make build
make build-deploy
Ricardo Arcila%