- To launch the application it is enough to run the next command inside the root folder of the project:
make start
. - After the command finishes its execution you can access the application on http://localhost:8001.
- You can run unit tests by executing the next command:
make run-tests
The api documentation is available on http://localhost:8001/api/doc.