https://github.com/shahadatanik/blog-flask
https://github.com/shahadatanik/blog-flask
flask python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shahadatanik/blog-flask
- Owner: ShahadatAnik
- Created: 2022-12-30T13:19:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T13:22:17.000Z (over 3 years ago)
- Last Synced: 2025-01-21T04:41:46.240Z (over 1 year ago)
- Topics: flask, python
- Language: HTML
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` |