/PawMed

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

Primary LanguageCSS

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