flask-mongodb
flask-mongodb copied to clipboard
A simple REST Api using Flask-Restful and MongoDB
flask-mongodb
A simple REST Api using Flask-Restful and MongoDB, used to store tweets with timestamps and associated emotions. The Api supports get, put, post and delete functions and has multiple endpoints for more complicated get requests.
Adapted from this tutorial.
Install requirements:
Install the requirements in a virtual environment.
pip install -r requirements.txt