- Python 3.5
- Flask 1.0.2
- Git clone : [https://github.com/Stanislav-Rybonka/dbx_rest_api.git]
- cd into project root folder for e.q. cd /dbx_rest_api
- Create virtualenv: python3 -m venv .venv
- Install requirements: pip install -r requirements.txt
- Copy environment independent settings file: cp .env.example .env
- Fill in .env, all keys are required.
- Turn on debug mode, type in your terminal: export FLASK_DEBUG=True
- Run application: flask run.
- API docs available at - [http://127.0.0.1:5000/apidocs/]