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
- Host: GitHub
- URL: https://github.com/devonwintz/healthcare_appt_system
- Owner: devonwintz
- Created: 2023-03-01T14:02:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T01:51:58.000Z (about 3 years ago)
- Last Synced: 2025-07-10T16:31:11.283Z (about 1 year ago)
- Topics: django, docker, doctor-appointment-management, flask, python, rabbitmq, react
- Language: Python
- Homepage:
- Size: 222 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Healthcare Appointment System

## 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)