Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.23 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.23 KB

YourDoctor

An Online platform where you can book appointment with doctors, order ambulances and check your health with our nurses! Made for Level-4 Term-1 Database Sessional Project created by Ayesha Binte Mostofa (1805062),Labiba Binte Tashin (1805070) and Nusrat Nur Labiba(1805081)

Under the supervision of Tahmid Hasan, assistant professor , CSE, BUET

Tools For Database and Frontend

  • React-js
  • TypeScript
  • Tools for Backend

  • Node express
  • Users in our platform:

  • Patient
  • Doctor
  • Driver
  • Nurse
  • Hospital
  • Services:

  • Patient Service
  • Doctor Service
  • Driver Service
  • Nurse Service
  • Hospital Service
  • Booking Service (Doctor appointment, Ambulance order, Checkup appointment)
  • History Storing Service
  • Rating & Complaint Service
  • Intruction to Run the Project

    • Download Backend and react-ts-yourDoctor folder
    • Open terminal in both folder and run the command "npm i"
    • Connect with postgresql database
    • In backend, run the command "npm start"
    • In react-ts-yourDoctor (frontend) run "npm run dev"
    • Open localhost:5173 in firefox or chrome