- 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.txtRun application
python app.pyor override with environment variable
MONGODB_URL=xxx python app.pyRun:
docker-compose up --buildImport the postman collection in docs folder to test and verify.