A doctor appointment system is a software solution designed to manage the scheduling and flow of patients within a healthcare facility. It aims to improve efficiency, reduce waiting times, and enhance the overall patient experience.
Framework: Vite + React, Antd, Redux, Tailwind css
Server: Vite + React server
Database: Firebase
Clone the project
git clone https://github.com/Supreeth741/Doctor-Appointment-System-version-2.git
Change Directory
cd Doctor-Appointment-System-version-2
Config Firebase
scr/FirebaseConfig.js
Set your System IP Address inside vite to Access in Mobile
vite.config.js
Install dependencies
npm install
Start the server
npm run dev