SimpleBlog is a simple Python-based web application using Flask that allows users to create, read, update, and delete blog posts.
- Create new blog posts.
- View all blog posts.
- Edit existing blog posts.
- Delete blog posts.
-
Clone the repository:
git clone https://github.com/YOUR_USERNAME/SimpleBlog.git cd SimpleBlog
-
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required packages:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your web browser and go to
http://127.0.0.1:5000
.
This project is licensed under the MIT License.