Installation
Run ./scripts/setup.sh
to setup project on docker and install all requirements
Running
Then run ./scripts/start.sh
to start the project.
Once the application is up, you can visit http://127.0.0.1:5000
API Documentation
See the API documentation
Tests
You can run ./scripts/test.sh
to run all available test cases.
NB: These tests are run against the docker container, so you need to run ./scripts/start.sh
before you can run tests.