This repository contains code for a web application for writing blogs using Flask.
- Introduction
- Installation
- Usage
- Contributing
Blog_007 is a web application built with Flask that allows users to write and manage their own blogs.
To set up the project, follow these steps:
-
Install Python: Flask supports Python 3.5 and newer. If you don't have Python installed, you can download it from python.org.
-
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 flaskTo run the application, navigate to the directory containing your Flask application and run the following command:
flask runThis will start the Flask development server, and your application will be available at http://127.0.0.1:5000/.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.