An open API service indexing awesome lists of open source software.

https://github.com/devonwintz/healthcare_appt_system

Patient Appointment Scheduling System
https://github.com/devonwintz/healthcare_appt_system

django docker doctor-appointment-management flask python rabbitmq react

Last synced: 3 months ago
JSON representation

Patient Appointment Scheduling System

Awesome Lists containing this project

README

          

# Healthcare Appointment System
![image](https://user-images.githubusercontent.com/31863401/222171465-051e9bb4-5221-4119-b135-3f678960c2d2.png)

## Table of Contents
- [General Information ](#general-information-)
- [Support ](#support-)

## General Information
This is a simple Patient Appointment Scheduling System, that makes it easy for Service Providers to manage their Patients' appointments. The system features:
* Frontend - developed with React and Ant Design
* Backend - developed with Django
* Mailer - a custom mailing app developed with Flask

## Support
* [Django Documentation](https://docs.djangoproject.com/en/4.1/)
* [Django REST Framework YouTube Tutorial](https://www.youtube.com/watch?v=i5JykvxUk_A)
* [Django Extensions (Generating ERD)](https://django-extensions.readthedocs.io/en/latest/)
* [Flask Official Documentation](https://flask.palletsprojects.com/en/2.2.x/)
* [Flask-Mail](https://pythonhosted.org/Flask-Mail/)
* [RabbitMQ Python](https://www.rabbitmq.com/tutorials/tutorial-one-python.htmls)