https://github.com/brasco17/medicalappointmentssystem
https://github.com/brasco17/medicalappointmentssystem
asp-net-core efcore jwt-authentication postgresql postman rest-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brasco17/medicalappointmentssystem
- Owner: brasco17
- Created: 2025-03-27T10:34:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-28T05:57:54.000Z (over 1 year ago)
- Last Synced: 2025-03-28T06:28:49.758Z (over 1 year ago)
- Topics: asp-net-core, efcore, jwt-authentication, postgresql, postman, rest-api
- Language: C#
- Homepage:
- Size: 11.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏥 Medical Appointment Service
A **Medical Appointment Service** that allows patients to book medical consultations online, manage their appointments, and receive notifications. Doctors and administrators can efficiently manage schedules, appointments, and patient records.
## ✨ Features
- ✅ **Patient Portal** – Book, reschedule, or cancel appointments
- ✅ **Doctor Management** – View schedules and manage appointments
- ✅ **Admin Dashboard** – Manage users, doctors, and appointments
- ✅ **Automated Notifications** – SMS/Email reminders for upcoming appointments -soon
- ✅ **Secure Data Storage** – Patient information stored securely using PostgreSQL
## 🛠️ Tech Stack
c **Backend:** ASP.NET Core
- **Database:** PostgreSQL / EF Core
- **Authentication:** JWT Token
- **Deployment:** Docker, Azure/AWS
## 🚀 Getting Started
### Prerequisites
Make sure you have the following installed on your system:
- [.NET SDK](https://dotnet.microsoft.com/)
- [PostgreSQL](https://www.postgresql.org/)
- [Docker](https://www.docker.com/) (optional for containerized deployment)
### Installation
1. **Clone the repository**
```bash
git clone https://github.com/yourusername/medical-appointment-service.git
cd medical-appointment-service