A simple project for Doctor's Appointment System
- To select Doctors and make Appointment according to your convenience through online mode
- Re-Scheduling and Appointment Cancelling Feature
- Login/SignUp Feature
cd into the folder containing main.cpp
Run gcc main.cpp -o main
or g++ main.cpp -o main
Run ./main
- Made using C++ language
- Compiler Required
C++17 or Higher
- Operating System
Windows
- A Mini-Project for College work
- Github Repo Here