Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 745 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 745 Bytes

Appointment Planner Frontend with Angular

This Appointment planner demo application showcases the usage of several components in a real world application scenario. This demo explores an appointment scheduling application for doctors in a clinic to manage their appointments with patients.

Patients and Doctors both have their own interface based on the identifier that is connecting to the plateform and his role.

Doctors will have the aibility to edit and to manage all the appointments.

Patients will be able to choose the doctor that's the nearest .

Deployment

Install

To install all dependent packages, use the below command

npm install

Run

To run the sample, use the below command

ng serve