An open API service indexing awesome lists of open source software.

https://github.com/shahadatanik/blog-flask


https://github.com/shahadatanik/blog-flask

flask python

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# To run this Program you need to run the following command:

## First time

| Event | Code |
| -------------------------------- | ------------------------------------------------ |
| Clone the repository | `https://github.com/ShahadatAnik/Blog-Flask.git` |
| Create a virtual environment | `python -m venv venvBlogFlask` |
| Activate the virtual environment | `.\venvBlogFlask\Scripts\activate` |
| Install the requirements | `pip install -r requirements.txt` |
| Run the app | `python app.py` |

## After the first time

| Event | Code |
| -------------------------------- | ---------------------------------- |
| Activate the virtual environment | `.\venvBlogFlask\Scripts\activate` |
| Run the app | `python app.py` |