Skip to content

manijangid78/PatientSystemAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PatientSystemAPI

The system is developed with SpringBoot Framework that helps to easily build applications.

Many Manven Dependecies are used that helps to manage the whole application like spring-web, spring-jpa, mysql-driver, h2, hibernate-validator, gson etc. These all depedencies are helpful to design the applciation.

Task 1. Add new patient without authentication

Using this end-point, can add new patient detials in the database. Add Image

Task 2. Authenticate Patient

Using this end-point, patient should have to create jwt token for fruther process so, this endpoint helps to authenticate and provide a jwt token Add Image

Task 3. Update old patient

Using this end-point, can be updated details of the patient. Add Image Add Image

Task 4. Delete patient

Using this end-point, patient detials can be removed. During this end point have to enter jwt token in the header otherwise 403 Forbiden message will be shown. Delete Image

Task 5. Get all patient by email in acending order

Using this end-point, all patient detials can be retirived from the database in the acending order. In the header must have to enter jwt token.
Delete Image

Task 6. Book appointment of patient

Using this end-point, patient can book an appoinment. In the header must have to enter jwt token. Delete Image

Task 7. Get all appointment

Using this end-point, all appoinment detials can be retirived from the database in the acending order. In the header must have to enter jwt token. Delete Image

Collection Link used in postman:

    https://www.getpostman.com/collections/c4d449923cf1923916d4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages