Skip to content

An information system to support the day-to-day operations of a dental clinic

Notifications You must be signed in to change notification settings

zaynebmellouli/Database-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Base

E3

Initialization instructions:

First Time

Load the database and insert data via web terminal: http://127.0.0.1:8888/

psql -h postgres -U tiago -d e2 \i ~/data/e2-tables.sql \i ~/data/tiago_inserts.sql

Create and activate a conda enviroment to download flask and other things: Install conda if u don't have it

conda create -n sbid python=3.9 conda activate sbid pip install -r e3/app/requirements.txt

Move to e3/app:

cd e3/app Run application in command line (recommend this one) flask --app app run --debug --reload Or run the file: python app.py

Second+ Time

Activate the conda env

conda activate sbid Move to e3/app: cd e3/app Run application in command line: flask --app app run --debug --reload Or run the file: python app.py

##to test view consultation go to appointment 7 elena lifelong

About

An information system to support the day-to-day operations of a dental clinic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •