- Python 3.x
- Mongodb
- docker & docker-compose
Located under the yaml file.
- MONGODB_URL Mongodb connection url
the config value can be set through environment variable MONGODB_URL.
Go to app folder.
Install requirements:
pip install -r requirements.txt
Run application
python app.py
or override with environment variable
MONGODB_URL=xxx python app.py
Run:
docker-compose up --build
Import the postman collection in docs folder to test and verify.