Skip to content

Boilerplate code for my Flask projects.

License

Notifications You must be signed in to change notification settings

shawnduong/flask-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Flask Template

Boilerplate code for my Flask projects.

Usage

  1. Clone or fork the repository.
$ git clone git@github.com:shawnduong/flask-template.git
  1. Copy src into wherever your project is.
$ cd flask-template/
$ cp -r src/ /path/to/your/project/
$ cd /path/to/your/project/src/
  1. Install dependencies using whatever your package manager is.
  • Python 3.x
  • bcrypt
  • flask
  • flask_login
  • flask_sqlalchemy
  1. Run main.py.
$ ./main.py

See main.py --help for more flags.