A interactive reading and writing environment to run software.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Your Name d4cc58c9c3 first commit 5 years ago
app first commit 5 years ago
.gitignore first commit 5 years ago
README.md first commit 5 years ago
app.py first commit 5 years ago
requirements.txt first commit 5 years ago

README.md

Flask Sqlalchemy Blogger Example

A Simple Blogger application with user authentication, Using Flask, sqlalchemy connected to sqlite 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 server by using python app.py

Requirements

  • Python 2.7.x Python 3.x.x
  • Flask
  • Flask-SQLAlchemy
  • flask-WTF