creates README.md
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal 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 :)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user