Rhyanz46 / flask_starter_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask_starter_app

create .env file and write

DATABASE_HOST="localhost"
DATABASE_NAME="your_db"
DATABASE_PASSWORD="your db pass"
DATABASE_PORT="3306"

Install

  1. pipenv shell
  2. pipenv install
  3. flask db init && flask db migrate && flask db upgrade

Done!!

About


Languages

Language:Python 100.0%