Leiningen 2.0.0 or above.
To migrate database table
lein migrate
To connect to database and api
docker-compose up
To build api
docker-compose build api
To start a web server for the application, run:
lein ring server
To deploy application as jar file and start the jar file server
lein ring uberjar
java -jar target/sogeti-server-0.1.0-SNAPSHOT-standalone.jar/
To run unit tests, run:
lein test