Giter Site home page Giter Site logo

1mbalducci / appointment-booking-application Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sank29/appointment-booking-application

0.0 0.0 0.0 252 KB

A rest api using Spring Boot that enables users to search and book appointments with doctors. Users can view a doctor's profile, including their education, experience, and patient reviews. The application also provide a calendar of available appointments, allowing users to select a time that works for them.

Home Page: https://drive.google.com/file/d/1MA-4lL-HGpKwxV9jczZdDuxPwQxqjNnx/view?usp=sharing

Java 100.00%

appointment-booking-application's Introduction

Appointment-Booking-Application

A rest api using Spring Boot that enables users to search and book appointments with doctors. Users can view a doctor's profile, including their education, experience, and patient reviews. The application also provide a calendar of available appointments, allowing users to select a time that works for them.

Badges

Badge

Tech Stack

  • Java
  • Spring Framework
  • Spring Boot
  • Spring Data JPA
  • Hibernate
  • Spring Validation
  • MySQL
  • Lambok
  • Swagger Ui.

Modules

  • Login Module
  • Admin Module
  • Patient Module
  • Doctor Module
  • Appointment Booking Module

Book my doctor

newLogo

ER Diagram

appointment-new-erDiagram

Service Interface

service

Features

  • Patient, Admin, Doctor authentication, authorization & validation with session UUID.
  • Password will store using bcrypt-password-encoder.
  • Admin Features:
    • Admin can register and login into application
    • Admin can register Doctor in database
  • Patient Features:
    • Patient can register, update and login
    • Patient can book appointment, update appointment and delete appointment
    • Patient can get all doctor register in database
    • Patient can see available doctors
    • Patient can see available timing of doctors
    • Patient can see the upcomming appointment
  • Doctor Features:
    • Doctor can see upcomming appointment
    • Doctor can see past appointment
    • Doctor can get all list of appointment
    • Doctor can update, delete appointment
  • Email Features:
    • Patient will get email by successfully booking of appointment
    • Patient can get email after successfully cancel the appointment

Installation and Run

#changing the server port
server.port=8888
#db specific properties
spring.datasource.url=jdbc:mysql://localhost:3306/appointmentApplication
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=admin
#ORM s/w specific properties
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
#No handler found
spring.mvc.throw-exception-if-no-handler-found=true
spring.web.resources.add-mappings=false
#swagger-ui
spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER

API Root and Endpoint

https://localhost:8888/
http://localhost:8888/swagger-ui/index.html

appointment-booking-application's People

Contributors

sank29 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.