/flask-python

Flask server (production ready)

Primary LanguagePython

Flask Python API

Postgresql, Sqlalchemy, Flask_Migrate, Docker, Gunicorn


Purpose of the app is to try some of the Flask features and building production ready api on python.

To run in dev:

$ flask db upgrade; py main.py

To run in prod:

$ ./run.sh