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

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

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