sudo service mongod start
pip install -r requirements.txt
python app.py
Now the app can be accessed at http://localhost:5000
sudo docker-compose build
sudo docker-compose up
/note
{'title': <string:title>, 'nbid': <int:notebook_id>, 'body': <string:note_body>, tags:<list:note_tags>}
/note/<int:id>
/notebook
{name: <string:notebook_name>}
/notebook/<int:id>
/notebook/<int:id>/<string:tag>