This project is simple flask web application for blog posting. it has feature like adding post, deleteing post, editing a post, category, and tags.
Project is created with:
- Python version: 3.10
- Flask version: 2.0.2
- sqlalchemy version: 1.4.32
To run this project, First install required packages using pip. make sure you installed > python V3.x open terminal and execute the following command.
$ git clone https://github.com/duresawata/Flask-blog-post
$ cd Flask-blog-post
$ pip install -r requirements.txt
$ python app.py