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

UCSD-CSE-210/tritonPetCare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 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

Tests:

cd PetCare python tests/PetCareTests.py

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