Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 832 Bytes

File metadata and controls

52 lines (32 loc) · 832 Bytes

React + Vite

DAS

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.

Tech Stack

Framework: Vite + React, Antd, Redux, Tailwind css

Server: Vite + React server

Database: Firebase

Run Locally

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