https://github.com/yuxiaoy1/retrofun
RetroFun app built with Flask and SQLAlchemy 2.0
https://github.com/yuxiaoy1/retrofun
flask sqlalchemy
Last synced: about 2 months ago
JSON representation
RetroFun app built with Flask and SQLAlchemy 2.0
- Host: GitHub
- URL: https://github.com/yuxiaoy1/retrofun
- Owner: yuxiaoy1
- Created: 2024-06-20T16:07:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T13:41:58.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T04:22:22.588Z (over 1 year ago)
- Topics: flask, sqlalchemy
- Language: Python
- Homepage:
- Size: 3.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### RetroFun
RetroFun app built with Flask and SQLAlchemy 2.0, referred to Miguel's SQLAlchemy 2 in practice book.
You can clone this repo and run scripts below, then open http://127.0.0.1:5000 to play with RetroFun.
```
pip install -r requirements.txt
flask initdb
flask fake ... (see flask fake --help for full commands)
flask run
```