diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b68624 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +## 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](https://szymonsawicki.net/?p=60) + +## How to launch the application ? + +Installed Docker and Postman will be needed. At the beginning ou must download 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 :) + + +