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.

462 B

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