Application developed by Angel, Dorcia, Gheorge and David as a final project at VIA University College.
- Run
start.baton the Windows machine - Run
start.shon Linux or Mac
- Run
stop.baton the Windows - Run
stop.shon Linux or Mac
By default, all the services will be started by executing above-mentioned script. To avoid starting a specific service,
open docker-compose.yml and comment out the service which is not required to be started.
Swagger was used in order to reduce effort to manually maintain the endpoints and models of the consuming services.
Is used for generating the client. Make sure that every Controller has @RestController annotation and
@RequestMapping("/api/<name-of-controller>"). Swagger is configured to detect endpoints starting with /api.