Backend API documentation is available at: cs.ttu.ee
Extra documentation at gitlab pages
Prerequisites:
- Java 11+
- Docker
- docker-compose
Running tests:
if Windows
mvnw.cmd test
else
./mvnw test
Running the application:
if Windows
docker-compose up -d
mvnw.cmd package
java -jar target/authentication_service-1.0.jar
else
docker-compose up -d
./mvnw package
java -jar target/authentication_service-1.0.jar