The source code for the Write a Tumblelog Application with Flask and MongoEngine tutorial.
- Install pip
- Make a virtualenv for this project
- Install the required dependencies:
pip install -r requirements.txt
Run the tumblelog:
python manage.py runserver
Goto: http://localhost:5000