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

https://github.com/ianleeclark/providebooking-backend

[Python, Flask, Postgres] ProvideBooking.com Backend code as of 23-Sep-2017
https://github.com/ianleeclark/providebooking-backend

flask postgresql python sqlalchemy

Last synced: 2 months ago
JSON representation

[Python, Flask, Postgres] ProvideBooking.com Backend code as of 23-Sep-2017

Awesome Lists containing this project

README

          

Necessary environment variables to get it running.

[![Build Status](https://drone.kronikl.io/api/badges/GrappigPanda/kronikl/status.svg)](https://drone.kronikl.io/GrappigPanda/kronikl)

GUNICORN:
---------
1. GUNICORN_TIMEOUT (Set to 120)
2. GUNICORN_WORKERS (Set to 3-5)

POSTGRES:
---------
1. POSTGRES_USER
2. POSTGRES_PASSWORD
3. POSTGRES_DB

BRAINTREE:
----------