Skip to content

Kryptofly/SimpleBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleBlog

SimpleBlog is a simple Python-based web application using Flask that allows users to create, read, update, and delete blog posts.

Features

  • Create new blog posts.
  • View all blog posts.
  • Edit existing blog posts.
  • Delete blog posts.

Installation

  1. Clone the repository:

    git clone https://github.com/YOUR_USERNAME/SimpleBlog.git
    cd SimpleBlog
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt
  4. Run the application:

    python app.py
  5. Open your web browser and go to http://127.0.0.1:5000.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published