Skip to content

artisonian/flaskengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskEngine v0.2.0

A replica of Flaskr, using MongoEngine for persistence, enhanced with Markdown.

Getting Started

Clone the repository, install the requirements, then run the server.

git clone git://github.com/artisonian/flaskengine.git
pip install -r requirements.txt
python flaskr.py

Then point your browser at http://127.0.0.1:5000/

Requirements

  • flask >= 0.2 (in development)
  • mongoengine
  • python-markdown

TODO

  • Combine runserver.py and runtests.py into a single manage.py script.
  • Add support for editing and deleting entries.
  • Add support for Markdown extensions.
  • Implement tumblelog post types from the MongoEngine tutorial.
  • Add support for multiple users.
  • Improve authentication.
  • Add license.

About

A replica of Flaskr, using MongoEngine for persistence, enhanced with Markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages