flask-tumblelog icon indicating copy to clipboard operation
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

  1. Install pip
  2. Make a virtualenv for this project
  3. Install the required dependencies: pip install -r requirements.txt

Run the tumblelog:

python manage.py runserver

Goto: http://localhost:5000