Simple task management back-end by using flask and arangodb
This code is an example use of flask and arangodb within orm architecture. Please check medium post for this repository.
git clone https://github.com/patron-labs/flask_arangodb_task_management_example.git
cd flask_arangodb_task_management_example
virtualenv venv
source venv/bin/activate
pip install requirements.txt
python app.py