Skip to content

AnujHaval/Flask_Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Blog Repository

Welcome to the Flask Blog repository! This is a simple blog application written in Flask, a Python web framework. This project allows users to create, read, update, and delete blog posts. It serves as a basic template for building your own Flask-based blog application.

Flask Blog Screenshot

Table of Contents

Features

  • User-friendly interface to create, edit, and delete blog posts.
  • Displays a list of existing blog posts with their titles and brief descriptions.
  • Supports user authentication to protect certain actions (e.g., editing, deleting) for authorized users only.
  • Minimalistic design for easy customization and extension.

Installation

To run this Flask blog application locally on your machine, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/ASH1321/Flask_Blog.git
    
    

Usage

  • To run the Flask development server and use the blog application, follow these steps:
  • Ensure you are in the project's root directory and the virtual environment is activated (if you created one).
  • Start the Flask development server:

bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published