Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

hexbit2/fses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

127 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask App To Demostrate Session Based Auth

Using Flask-Login

Application Run Instructions

python -m venv venv
# From fses folder
export FLASK_APP=proj
export FLASK_DEBUG=1

flask run

Add DB objects

# Inside Python Terminal
from project import db, create_app, models
db.create_all(app=create_app()) # pass the create_app result so Flask-SQLAlchemy gets the configuration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published