Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 897 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 897 Bytes

MedicalAppointment

Introduction

1.Java (Servlet) is used to design the backend of the website using MVC(Model View Controller) Architecture. 2.Mlab (MongoDB hosting platform) was used as a cloud database service provider. 3.Project was hosted on Bluemix .

Motivation

This website allows patient to search for a suitale doctor on the basis of location , specialization , feedback and book an appointment on a given schedule.The doctor canview his daily appointments and prescribe the patient online on basis of their medical history.The patient can also give reviews after the appointment and can also view the previous appointment in the medical history.

Installation 1. get all the jar files mentioned in pom.xml in the classpath by mvn clean package. 2. make all the collections in mongodb. 3. deploy the project on the server.project is ready to use.

Author name - Rohan Kulshreshtha.