Skip to content

kiranjthomas/flask-template

 
 

Repository files navigation

flask-template

Basic Flask App To Start With

Set Up

Install requirements

Install Python Requirements

pip install -r requirements

Install Javascript Requirements

bower install

Setup database

Make sure your local database is running and open it with psql postgres

Create a new database with CREATE DATABASE flask_template

python db_create.py

python db_migrate.py

Run the app

python run.py

Create config

In the root directory, make a file called config.py using example_config.py as a template then replace all of the keys with your own

Run the app

python run.py

About

Basic Flask App To Start With

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.6%
  • HTML 25.4%
  • JavaScript 3.0%