https://github.com/appleboiy/webapp-flask
The basic blog app built in the Flask tutorial.
https://github.com/appleboiy/webapp-flask
Last synced: 2 months ago
JSON representation
The basic blog app built in the Flask tutorial.
- Host: GitHub
- URL: https://github.com/appleboiy/webapp-flask
- Owner: AppleBoiy
- Created: 2024-07-28T16:32:52.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-29T02:16:00.000Z (10 months ago)
- Last Synced: 2025-04-05T17:38:02.282Z (2 months ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## scripts
- init db
```shell
flask --app flaskr init-db
```- make it installable
```bash
pip install -e .
```- run app `with default config`
```shell
flask --app flaskr run --debug
```- build
```shell
python -m build --wheel
```