Skip to content

nilaybhatia/doctor-clinic-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doctor-Clinic-App

Doctor Patient Management Application
This webapp will help doctors manage patients,their medical details,appointments etc.

On the backend side the website uses django

To run the app

Backend

 pip3 install -r requirements.txt
  python3 manage.py makemigrations
  python3 manage.py migrate
  python3 manage.py runserver

Frontend

cd react-frontend
  npm install
  npm start

Now to run the website,clone the repository and write the command python manage.py runserver to start the server Then just open the URL localhost:8000 to run the website

 .
├─clinic_app
├───migrations
├───templates
├─clinic_site
├─react-frontend
├───public
├───src
└─────views
	

Technology Stack

Backend

  1. Django
  2. Django REST Framework

Frontend

  1. React

Developers

  1. Rishi Desai(Frontend)
  2. Vatsal Chheda(Frontend)
  3. Dhruv Talati(Frontend)
  4. Samit Kapadia(Frontend)
  5. Nilay Bhatia(Backend)
  6. Neha Doshi(Design)
  7. Amogh Desai(Backend)
  8. Ishaan Khetan(Backend)
  9. Hrishikesh Avanoor(Backend)

Mentors

  1. Aniruddh Das(Frontend)
  2. Dhairya Shah(Frontend)
  3. Harsh Mistry(Backend)
  4. Ananya Malik(Backend)
  5. Viral Tagdiwala
  6. Milind Shah
  7. Keval Nagda
  8. Jay Gala

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.4%
  • CSS 20.5%
  • HTML 11.5%
  • JavaScript 0.6%