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

https://github.com/othreecodes/falcon-peewee


https://github.com/othreecodes/falcon-peewee

api cookiecutter falcon orm peewee python rest starter

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Falcon Peewee (WIP)

An Opinionated Flask and Peewee Starter application

```sh
$ git clone git@github.com:othreecodes/falcon-peewee.git
$ cd falcon-peewee
$ virtualenv venv -p /usr/bin/python3.7 #3.7 is recommended
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python app.py # Run dev server or with gunicorn -> $ gunicorn config:application --reload

```

## I Don't like Falcon's routing mechanism. I would not be continuing with this.