We collaboratively have developed REST API for Covid-19 Application. This API incorporates all the fundamental CRUD operations of both Admin side and Member/patient side along with validation for every entity and respective exception handling.
- Login, Logout Module
- User Module
- Admin Module
- Admin Features:
Admin can add vaccination centers, Vaccine Details, and Vaccine Inventory
Admin have access to the details of different Member, Vaccine Center, Vaccine Inventory, user details, and Vaccine registration.
- User Features:
A user has login and logout.
A user can register himself or herself for vaccination and user register vaccines for family members.
Users can check near vaccination centers and vaccine availability with a slot.
After a member book appointment, they will get appointment details for the vaccine dose.
- Java
- Spring
- SpringBoot
- Spring Data JPA
- Hibernate
- MySQL Database
- Swagger UI
Modules Login Module LogOut Module User Module Admin Module