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
- Endpoints for accepting or declining appointments
- An endpoint for rescheduling appointments
- An endpoint for viewing own appointments
- 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
Clone the repository and install dependencies:
git clone https://github.com/lonercode/medical-appointment-api.git
cd medical-appointment-api
npm installrun:
npm run devWould be happy to receive contributions so this project could be improved. Please fork this repository and create a pull request.
This project is licensed under MIT License. See here for details.