Skip to content

PanosTsamou/Vet_Management_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vet_Management_Project

hello!!!

To run this app you should have installed python, flask and sql.

If you have those already you can run the app.

Before running the app there are 3 steps you have to do. In your terminal, at app's path, run those commands:

  1. Create a database:

    createdb vet

  2. Create tables:

    psql -d vet -f db/vet_management.sql

3)Populate the database: > python3 populate.py

NOW YOU ARE READY TO RUN THE APP

RUN THE APP: > flask run

RUN TESTS: > python3 run_test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors