Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 533 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 533 Bytes

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.