A Python backend for the notskype QDB, backed by MongoDB.
- Make sure you have Python3 and virtualenv.
mkdir runtime && virtualenv runtime && . runtime/bin/activate
pip install -r requirements.txt
$ python app.py
A Swagger UI is available at http://localhost:8080/api/v1/ui.
Coming soon with a uWSGI near you.