/flask_blog

Foundations Semester project

Primary LanguagePython

The Flask Blog

Functionalities

  • Registartion and login
  • Basic account management
  • Post, edit, delete articles
  • Following other users
  • And more…

Getting started

Requirements

  • Python >= 3.6
  • Flask
pip install -U Flask

Running

You may need to create the database folder in the project’s directory next to the app folder.

flask run 

Build With

  • Flask - A microframework for Python based on Werkzeug and Jinja2

Acknowledgment