This is a simple doctor appointment booking system using React.js and Node.js. The frontend is built using React.js and the backend is built using Node.js. The backend is a simple REST API that serves the frontend. The frontend is a single page application that allows users to book appointments with doctors. The appointments are stored in a MongoDB database.
To run the project, you need to have Node.js and MongoDB installed on your machine. You can download Node.js from here and MongoDB from here. Once you have Node.js and MongoDB installed, follow the steps below to run the project:
git clone https://github.com/AbdurRaahimm/doctor-appointment-booking.git
cd doctor-appointment-booking
cd frontend
npm install
cd backend
npm install
cd backend
npm start
cd frontend
npm run dev
http://localhost:3000
and for the frontend http://localhost:5173
to see the project running.
backend: https://doctor-appointment-backend-mnkfh2n4j.vercel.app/ frontend: https://doctor-appointment-capstone.netlify.app/