https://github.com/ahmnouira/myblog
MyBlog test
https://github.com/ahmnouira/myblog
Last synced: about 1 month ago
JSON representation
MyBlog test
- Host: GitHub
- URL: https://github.com/ahmnouira/myblog
- Owner: ahmnouira
- Created: 2019-03-29T18:47:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:41:25.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T00:48:50.275Z (8 months ago)
- Language: Python
- Size: 275 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyBlog
First version of blog application like the book## Running this app locally
1. [install Python][]
1. cd into this project's root directory
1. Run `pip install -r requirements.txt` to install the app's dependencies
1. Run `flask run` to start the app
1. Access the running app in a browser at the URL written to the console (most likely http://localhost:5000)[Install Python]: https://www.python.org/