Skip to content

chnihy/sqlalchemy_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL_Alchemy Boiler Plate

Requirements

pip3 install -r requirements.txt

To Run

Create db in Flask shell

flask shell
db.create_all()

You should see 'data.db' show up in your file manager

Run in debug mode

export FLASK_APP=main.py
export FLASK_ENV=development
flask run

About

Boilerplate Flask template with SQL_Alchemy

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors