https://github.com/hairinhi/practice_flask
Flask Blog Application
https://github.com/hairinhi/practice_flask
blog flask python
Last synced: 3 months ago
JSON representation
Flask Blog Application
- Host: GitHub
- URL: https://github.com/hairinhi/practice_flask
- Owner: hairinhi
- License: mit
- Created: 2019-08-13T07:55:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T04:11:18.000Z (over 3 years ago)
- Last Synced: 2025-12-26T12:45:32.146Z (7 months ago)
- Topics: blog, flask, python
- Language: HTML
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask Blog Application
This is my first flask blog application.
## Installation
Please use pipenv.
```bash
pipenv shell
pip install -r requirements.txt
python run.py
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)