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
- Host: GitHub
- URL: https://github.com/othreecodes/falcon-peewee
- Owner: othreecodes
- Created: 2018-10-19T22:41:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T09:26:05.000Z (almost 7 years ago)
- Last Synced: 2025-01-20T12:30:50.896Z (9 months ago)
- Topics: api, cookiecutter, falcon, orm, peewee, python, rest, starter
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.