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.
Using this end-point, can add new patient detials in the database.
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
Using this end-point, can be updated details of the 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.
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.
Using this end-point, patient can book an appoinment. In the header must have to enter jwt token.
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.
https://www.getpostman.com/collections/c4d449923cf1923916d4