Skip to content

This is a clinic management system built using django with reception and doctor dashboard and online booking system for patient.

Notifications You must be signed in to change notification settings

aazizmoussa/clinic_management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Clinic-Management-System

Quick Start

Clone This Project

Install Dependencies

  • pip install -r requirements.txt

Set Database (Make Sure you are in directory same as manage.py)

  • python manage.py makemigrations
  • python manage.py migrate

Create SuperUser

  • python manage.py createsuperuser

Run Server

  • python manage.py runserver

Open a browser to http://127.0.0.1:8000/admin/ to open the admin site

About

This is a clinic management system built using django with reception and doctor dashboard and online booking system for patient.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.7%
  • HTML 1.2%
  • Other 2.1%