Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 42 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,54 @@

# clinic-reservation


This project is a web-based appointment scheduling system with user authentication and management functionalities. It is designed for both patients and doctors, providing a secure and user-friendly platform for scheduling and managing medical appointments. The backend is implemented using Node.js.
This project encompasses a web-based appointment scheduling system featuring user authentication and management functionalities. Tailored for both patients and doctors, the system offers a secure and user-friendly platform dedicated to scheduling and overseeing medical appointments. The backend is developed using Node.js.

- Implement user authentication for both patients and doctors, allowing secure registration and login functionalities.

- Sign in & sign up for patient and doctor.
- Develop a secure user registration and authentication system to ensure the integrity and privacy of user accounts.

- User Authentication: Secure user registration and authentication system.
- Enable doctors to set their schedules by inserting time slots based on their availability.

- Doctor set his schedule. (Inserting a slot)
- Allow patients to select a doctor, view the available time slots, and choose a suitable appointment slot.

- Patients select doctor, view his available slots, then patient
chooses a slot.
- Enable patients to update their appointments by changing the assigned doctor or the selected new time slot.

- Patient can update his appointment by change the doctor or the slot.
- Doctor can see all appointments that ”ReservationCreated” or ” ReservationUpdated” or ”ReservationCancelled” , notify doctor by mail using nodemailer , rabbitMq (messaging feature) to notify doctor in app.
- Provide doctors with the ability to view appointments with statuses such as "ReservationCreated," "ReservationUpdated," or "ReservationCancelled."

- patient can show all doctors with his slots.
- Implement email notifications to notify doctors about appointments using Nodemailer and the RabbitMQ messaging feature within the application.

- Patient can cancel his appointment.
- Provide patients with the option to cancel their appointments if needed.

- Patients can view all his reservations.
- Enable patients to view a list of all their reservations for better appointment management.
## Deployment

To deploy this project run
To run this project

```bash
npm i init
node index.js
```

To run docker files

using bash script:
```bash
./run_services.bat
```
using docker-compose:

- create and start containers
```bash
docker-compose up
```
- to stop and delete containers
```bash
docker-compose down
```
- to stop containers
```bash
docker-compose stop
```

## Environment Variables

Expand All @@ -50,4 +69,13 @@ To run this project, you will need to add the following environment variables to

## postman-documentation

https://documenter.getpostman.com/view/25070384/2s9YkjCj2V
https://documenter.getpostman.com/view/25070384/2s9YkjCj2V
## About project
- Using SQL db .
- Deployment using vercel and render.
- Using docker to create images for (FrontEnd - backend - Rabbitmq).
- Develpoer profile who develop FrontEnd [AmrMustafa ](https://github.com/amrmustafa02)
- Repository for FrontEnd [REPO](https://github.com/amrmustafa02/clinic?tab=readme-ov-file)
- To access our clinic-website [clinic ](https://clinic-tawny-xi.vercel.app/)