creates README.md

This commit is contained in:
Szymon Sawicki
2022-04-23 20:53:00 +02:00
parent ea81148464
commit bdc99b6f84

15
README.md Normal file
View File

@@ -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 :)