An open API service indexing awesome lists of open source software.

https://github.com/mohd-faizy/blogging-website-using-flask

This is the a Blogging Website created Using Flask
https://github.com/mohd-faizy/blogging-website-using-flask

flask flask-application flask-login flask-sqlalchemy python

Last synced: about 2 months ago
JSON representation

This is the a Blogging Website created Using Flask

Awesome Lists containing this project

README

          

# Blogging Website Using Flask

This is the a Blogging Website created Using Flask

# Website Preview

## __HOME__



preview_img

## __ADMIN__



admin_img

## __LOGIN__



login_img

# Package Installation

```bash
pip install flask
pip install flask-sqlalchemy
pip install Werkzeug
pip install Flask-Mail

```