Demo project for apistar that stores plant watering schedules.
Note: requires pyenv to be installed
./build
createdb plantstar
apistar run --port=8000
gunicorn app:app --workers=2 --bind=0.0.0.0:8000 --pid=pid --worker-class=meinheld.gmeinheld.MeinheldWorker