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
- Host: GitHub
- URL: https://github.com/ianleeclark/providebooking-backend
- Owner: Ianleeclark
- License: gpl-3.0
- Created: 2017-09-24T03:08:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T03:08:55.000Z (almost 9 years ago)
- Last Synced: 2025-07-18T08:34:54.245Z (12 months ago)
- Topics: flask, postgresql, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Necessary environment variables to get it running.
[](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:
----------