Skip to content

a python flask website for pet owners and care givers to find what they want

Notifications You must be signed in to change notification settings

Marvin-liu/tritonPetCare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Libraries required: flask (installed by pip), sqlite3 (default in Mac)

Commands: All following commands are executed in the root path of the application.

Export variables:

export FLASK_APP=PetCare/run.py export FLASK_DEBUG=1

Initialize database (required if and only if the shcema is changed):

flask initdb

Run application:

flask run

Access database:

sqlite3 PetCare/PetCare.db

About

a python flask website for pet owners and care givers to find what they want

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.2%
  • HTML 27.4%
  • CSS 5.4%