flask-tumblelog
flask-tumblelog copied to clipboard
A mongoengine flask tumblelog
A Flask Tumblelog
The source code for the Write a Tumblelog Application with Flask and MongoEngine tutorial.
Installation
- 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