Skip to content

Baaqar-007/Blog_007

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog_007

This repository contains code for a web application for writing blogs using Flask.

Table of Contents

  1. Introduction
  2. Installation
  3. Usage
  4. Contributing

Introduction

Blog_007 is a web application built with Flask that allows users to write and manage their own blogs.

Installation

To set up the project, follow these steps:

  1. Install Python: Flask supports Python 3.5 and newer. If you don't have Python installed, you can download it from python.org.

  2. Install Flask: Once Python is installed, you can install Flask using pip, which is a package manager for Python. Here's the command to install Flask:

pip install flask

Usage

To run the application, navigate to the directory containing your Flask application and run the following command:

flask run

This will start the Flask development server, and your application will be available at http://127.0.0.1:5000/.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Blog_007 is a Flask-based web app for writing and managing blog posts. It includes setup instructions, a simple development server, and supports creating/editing/deleting blog content.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors