Skip to content

Clinic System Backend API Using Django Restfull Framework

Notifications You must be signed in to change notification settings

a-hassanein/Clinic-System-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clinic-System-Core

Clinic System Backend API Using Django Restfull Framework

Installtion

  • pip install django==3.2.10
  • pip3 install djangorestframework
  • pip install django-mathfilters
  • pip install psycopg2

DataBase

  • sudo -i -u postgres
  • create database clinic;
  • create user clinicuser with password'123';
  • alter user clinicuser with superuser;
  • grant all privileges on database clinic to clinicuser;
  • \q
  • psql -h localhost -U clinicuser clinic

About

Clinic System Backend API Using Django Restfull Framework

Resources

Stars

Watchers

Forks

Packages

No packages published