An open API service indexing awesome lists of open source software.

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

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
```