Skip to content

bnewc/Flask-SQLAlchemy-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-SQLAlchemy Starter

Code I use to start a Flask-SQLAlchemy app. Adapted from cookiecutter-flask.

The most useful additions are found within app/database.py, which features numerous methods to abstract SQLAlchemy operations.

Requires creation of a local .env file with Flask-SQLAlchemy configuration settings.

Install requirements in a Python venv using pip install -r requirements.txt.

Read Flask-SQLAlchemy docs to learn more about usage.

About

Starter code for a Flask-SQLAlchemy backend

Resources

License

Stars

Watchers

Forks

Languages