Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

sriramveeraghanta/flask-peewee-blogger-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This a simple blog aplication iin Flask using peewee ORM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published