/Flask_Templates

Templates to quick start a Flask project

Primary LanguagePythonMIT LicenseMIT

Flask Starting Templates

Lightweight templates to start a new Flask Project. It includes Bootstrap for a quick page layout but can easily be removed.

Each branch includes a more complex Flask Application:

1. basic: Basic Flask application with no additional modules

2. login: Login page and user validation with Flask-Login and Flask-WTF.

3. database-sqlite: Connection to a SQLite Database through Flask-Alchemy ORM.

4. database-postgresql: Connection to a PostgreSQL Database through Flask-Alchemy ORM.