This project is an demo for the hiring task for the position of backend developer.
An application created with Spring boot.
Please clone the repository, and make sure the maven is installed.
For tracking the progress and detail of available features please check the backlog in the docs.
For testing, please run mvn test in the root of the repository.
For compilation and build and test: mvn clean install
For building a jar, run mvn package
and for running, (docker not available yet) please run java -jar target/<jar-file-name>