Skip to content

Lonercode/medical-appointment-api

Repository files navigation

Medical Appointment API

This is an API that handles setting up medical appointments between patients and doctors. It consists of a minimal, barebones frontend so that the enpoints are run more conveniently. If you'd rather view the deployed version on Swagger UI click here

Features for Doctors

  • Endpoints for accepting or declining appointments
  • An endpoint for rescheduling appointments
  • An endpoint for viewing own appointments

Features for Patients

  • An endpoint for creating new appointments
  • An endpoint for viewing a list of doctors
  • An endpoint for accepting or declining rescheduled appointments
  • An endpoint for viewing own appointments

Installation

Clone the repository and install dependencies:

git clone https://github.com/lonercode/medical-appointment-api.git
cd medical-appointment-api
npm install

Usage

run:

npm run dev

Contributions

Would be happy to receive contributions so this project could be improved. Please fork this repository and create a pull request.

License

This project is licensed under MIT License. See here for details.

About

An API for medical appointments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published