Skip to content

TalTech-Testing/authentication-service

Repository files navigation

Arete backend

Backend API documentation is available at: cs.ttu.ee

Extra documentation at gitlab pages

Running locally

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

About

Authentication service which proxies automated testing service

Topics

Resources

License

Stars

Watchers

Forks

Languages