https://github.com/yuxiaoy1/retrofun-async
RetroFun app built with async Flask and SQLAlchemy 2.0 async features
https://github.com/yuxiaoy1/retrofun-async
async flask sqlalchemy
Last synced: about 2 months ago
JSON representation
RetroFun app built with async Flask and SQLAlchemy 2.0 async features
- Host: GitHub
- URL: https://github.com/yuxiaoy1/retrofun-async
- Owner: yuxiaoy1
- Created: 2024-06-20T16:03:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T13:29:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T16:48:31.939Z (over 1 year ago)
- Topics: async, flask, sqlalchemy
- Language: Python
- Homepage:
- Size: 3.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### RetroFun (async version)
RetroFun app built with async Flask and SQLAlchemy 2.0 async features, 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
```