Giter Site home page Giter Site logo

vishnuthangaraj / vaccinedistributionsystem Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 85 KB

This is a Spring Boot API for a vaccine distribution system. The system aims to create vaccination appointment efficiently and provides email notifications.

Java 100.00%
api java springboot vaccinedistributionsystem

vaccinedistributionsystem's Introduction

Vaccine Distribution System API

This is a Spring Boot API for a vaccine distribution system. The system aims to create vaccination appointment efficiently and provides email notifications.

Table of Contents

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Java 17 or later
  • Maven
  • Database (e.g., MySQL, PostgreSQL) for data storage

Installation

  1. Clone the repository:

    git clone https://github.com/VishnuThangaraj/VaccineDistributionSystem/
    

Usage

API Endpoints

The API exposes the following endpoints:

POST doctor/register: Create a new Doctor to the Database. POST patient/signup: Create a new Patient to Database. POST patient/login: Login with Existing Patient. GET patient/create-appointment: Create a new appointment. POST vaccination-center/register: Create a new Vaccination Center to the Database.

Authentication

The API uses token-based authentication. Obtain an access token and include it in the Authorization header for protected endpoints.

Configuration

The application can be configured using the application.properties file. Update the file to set database configurations, server port, etc.

Development

To contribute to the development of this API, follow these steps:

Fork the repository. Create a new branch for your feature/bug fix: git checkout -b feature-name. Make changes and commit: git commit -m "Your message". Push to the branch: git push origin feature-name. Submit a pull request.

Testing

Run the tests using:

mvn test

Contributing

Contributions are welcome! Please follow the Development section for the contribution process.

vaccinedistributionsystem's People

Contributors

vishnuthangaraj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.