Modules & FrameWork's:
- Flask
- Flask-Migrate
- Flask-SQLAlchemy
- Flask-Markdown
- Flask-WTF
- MongoKit
- Markdown
DataBase's:
- SQLite (User, Post, Configuration of Blog and Category)
- MongoDB (Comments)
python manage_flask.py db init
python manage_flask.py db migrate
python manage_flask.py db upgrade
python start.py
python server.py
- Open in your browser http://localhost:4242/
- http://flask.pocoo.org/
- http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
- https://pythonhosted.org/Flask-Markdown/
- http://flask.pocoo.org/docs/0.10/patterns/mongokit/
- http://www.graphenedb.com/
- https://mongolab.com/
Obs: if you need a modules or framework's, run in terminal pip install -r requirements.txt
Note: if you want to run in Windows, see it http://www.tylerbutler.com/2012/05/how-to-install-python-pip-and-virtualenv-on-windows-with-powershell/