fdfea5223b6d91acb669888693e5aade5ae2260f
This pull request introduces unit tests of TeamService and makes some small changes in service
Reactive time sheet app
It's simple REST API using Spring Webflux, MongoDB and layered architecture using basics of domain driven design approach. Exact description of this project you can find on my blog - link
How to launch the application ?
Installed Docker and Postman will be needed. At the beginning ou must download reactive-timesheet-app.zip archive from the root directory in the repository. In hte terminal enter command:
docker compose up -d --build
In the zip archive you can find postman collection which have set of request which are prepared for tests. Don't forget to update id in the header :)
Description
Languages
Java
99.8%
Dockerfile
0.2%