Skip to content

dawidgrobert/PawMed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PawMed

A project in the course "Databases Systems and Applications" in 6th semester of computer science.

Specification

Application Specification (click to view).

Sample Screenshots

Instruction

Docker

Instruction for running PostgreSql database with Django:

  1. Install Docker and optionally Docker Desktop
  2. Install latest PostgreSql official image with:
docker pull postgres
  1. Run database image with Docker Desktop or using
docker run --name pawmed -e POSTGRES_PASSWORD=password -d -p 5432:5432 postgres:latest 

Non Docker

  1. Configure the database by running one of the two scripts
pawmedEnv/databaseConfigurator.bat
pawmedEnv/databaseConfigurator.sh
  1. Connect to database using preferred admin tool
  2. Run model creation script from PawMed/db-scripts/data_model1_table_create.sql

About

A project in the course "Databases Systems and Applications" in 6th semester of computer science.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors