/flask-blog

Blog in Flask, template inspired by ghost (https://ghost.org/)

Primary LanguageCSS

Flask-Blog

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)

Getting Started

  1. python manage_flask.py db init
  2. python manage_flask.py db migrate
  3. python manage_flask.py db upgrade
  4. python start.py
  5. python server.py
  6. Open in your browser http://localhost:4242/

Read more

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/