Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Flask template with SQLAlchemy (postgresql, psycopg2) and Bootstrap

Notifications You must be signed in to change notification settings

ilya-nikolaev/flask-sqlalchemy-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Sqlalchemy template

This template contains a simple structure of a web application on Flask, prepared for the use of SQLAlchemy and Bootstrap

Advantages:

  • The minimum number of global variables
  • The template is ready to connect SQLAlchemy
  • Bootstrap is included in the template
  • There is a simple authorization page
  • There is a middleware for passing a database sessions to views
  • There is a middleware for passing the current user to view
  • Password protection with bcrypt
  • Ready .service file to run the application with systemd

About

Flask template with SQLAlchemy (postgresql, psycopg2) and Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published