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

https://github.com/othreecodes/flask-peewee-starter

a flask-peewee starter for django developers
https://github.com/othreecodes/flask-peewee-starter

Last synced: about 1 month ago
JSON representation

a flask-peewee starter for django developers

Awesome Lists containing this project

README

          

# flask-peewee-starter
Simple flask starter for django developers

# getting started
```sh
git clone https://github.com/othreecodes/flask-peewee-starter.git app_name
pip install -r requirements.txt
cd app_name
python main.py
```