/flask_heroku

A starter for Heroku Flask deployment

Primary LanguagePython

DocReferral

[Freelance Project] : Website for Doctor Referral

Its a Python 3 application

Step 1 [Install Requirements]

pip install requirements.txt

Step 2 [Start Application]

python manage.py runserver

Other Commands

To initialize a db

python db init

To make migration files

python manage.py db migrate

To upgrade database

python manage.py db upgrade