Skip to content

Full web app version of bwcraps with database and user bankroll tracking

License

Notifications You must be signed in to change notification settings

bw984/Craps-Flask-PWA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Craps-Flask-PWA

Full web app version of bwcraps with database and user bankroll tracking

Flask Command Line Workflow

export FLASK_APP=app

db init

from app import db db.create_all() # creates tables for all models

flask db migrate -m"message here"

flask db upgrade

About

Full web app version of bwcraps with database and user bankroll tracking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published