Abusalem9 / Covid19-Vaccination

Covid-19 Vaccination Spring Boot Project. This is a project inspired by the Indian Cowin Application. It's a Java-based backend project. Which is generating APIs.

Home Page:http://covid19vaccinationapi-env-1.eba-becpxd2x.ap-south-1.elasticbeanstalk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST API for an Covid-19 Vaccination

  • We have developed this REST API for an Covid-19 Vaccination. This API performs all the fundamental CRUD operations of any Online Book Covid Vaccine Slot Near you booking platform with user validation at every step.
  • This project is developed by team of 5 Back-end Developers during project week in Masai School.

Tech Stack

  • Java
  • Spring Framework
  • Spring Boot
  • Spring Data JPA
  • Hibernate
  • MySQL

Modules

  • Login, Logout Module
  • Doctor Module
  • User Module
  • Admin Module
  • Dose Generation Module

Features

  • User, Doctor and Admin authentication & validation with session uuid having.
  • Admin Features:
    • Administrator Role of the entire application
    • Only registered admins with valid session token can add/update/delete driver or user from main database
    • Admin can access the details of different Users, Doctors, Center and Dose.
  • User Features:
    • Registering themselves with application, and logging in to it.
    • Viewing list of available Center and booking a Appointment.
    • Only logged in user can access profile updation and other features.

Contributors

Installation & Run

  • Before running the API server, you should update the database config inside the application.properties file.
  • Update the port number, username and password as per your local database config.
    server.port=8089
    spring.datasource.url=jdbc:mysql://localhost:3306/CovidVaccination;
    spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
    spring.datasource.username=root
    spring.datasource.password=root

API Root Endpoint

http://covid19vaccinationapi-env-1.eba-becpxd2x.ap-south-1.elasticbeanstalk.com/

http://covid19vaccinationapi-env-1.eba-becpxd2x.ap-south-1.elasticbeanstalk.com/v2/api-docs

http://covid19vaccinationapi-env-1.eba-becpxd2x.ap-south-1.elasticbeanstalk.com/swagger-ui.html

Sample API Response for user Login

POST: http://covid19vaccinationapi-env-1.eba-becpxd2x.ap-south-1.elasticbeanstalk.com/swagger-ui.html#/user-controller/userLoginUsingPOST_1

  • Request Body
    {
        "Mobile": "85022457580",
        "password": "pass@12"
    }
  • Response
   Login Successful.

About

Covid-19 Vaccination Spring Boot Project. This is a project inspired by the Indian Cowin Application. It's a Java-based backend project. Which is generating APIs.

http://covid19vaccinationapi-env-1.eba-becpxd2x.ap-south-1.elasticbeanstalk.com


Languages

Language:Java 100.0%