Giter VIP home page Giter VIP logo

hospital-appointment-booking-system's Introduction

Appointment Booking System

Description

There are two main features in this project, the patient can book an appointment in an available slot and the doctor can view his appointments after log-in. The patient should register and sign in to book an appointment. To achieve this we are using two tables, one for a doctor having fields date and slots & another for patients whose fields will be their details, doctor name, and date of appointment along with slots.

Reference Website :


Backend using:- SpringBoot Microservices

  1. Patient Microservice
  2. Doctor Microservice
  3. Appointment Microservice

Database :

  • Mysql

DB Schema :

Login : JWT

APIs needed :

  1. Login:

    • POST /login
  2. Patient :

    • POST /signup
    • GET /patients
    • GET /patients/{id}
    • PUT /patients/{id}
    • DELETE /patients/{id}
  3. Doctor :

    • POST /signup
    • GET /doctors
    • GET /doctors/{id}
    • GET /doctors/search/{query}
    • PUT /doctors/{id}
    • DELETE /doctors/{id}
  4. Appointment :

    • POST /appointments
    • GET /appointments
    • GET /appointments/{id}
    • PUT /appointments/{id}
    • DELETE /appointments/{id}
    • GET /appointments/patients/{patientId}
    • GET /appointments/doctors/{doctorId}
    • GET /appointments/patients/{patientId}/{status}
    • GET /appointments/doctors/{doctorId}/{status}
    • GET /appointments/free-slots/{doctorId}/{date}
    • GET /payment/pay/{appointmentId}
    • GET /appointmentDetails/{appointmentId}

Testing : JUnit & Thunder Client

  • Login
  • Patient
  • Doctor
  • Booking
  • Payment

Frontend using:- Angular

  1. UI Microservice

Design :

Templates :


TODO

  • Communication : Appointment - Patient & Doctor
  • Error handling - Bug Fix
  • API gateway

hospital-appointment-booking-system's People

Contributors

shiru99 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.