/flask-peewee-blogger-example

This a simple blog aplication iin Flask using peewee ORM

Primary LanguagePython

Flask Peewee Blogger Example

A simple blogger application built using flask and Peewee, with sqlite3 database.

Usage

  • Frist clone the project and move to current working directory.
  • Install the required packages using requirements.txt file by the command pip install -r requirements.txt
  • Run models.py file using python models.py command.
  • A Database and a table in it are created by the above script.
  • Run your server using python app.py

Requirements

  • python2.7.x or python 3.x.x
  • flask
  • peewee