A booking system for Doctors, Clinics and Laboratories.
View Demo
·
Report Bug
·
Request Feature
This is a MERN stack booking system built for learning, understanding and enhancing my skills.
Key Features:
- Real Time Updates
- Unit Testing
- CI/CD integration
- Optimized for production built
This project was made possible due to
- React
- MongoDB
- Express
- NodeJS
- Firebase Authentication
- Pusher
- Formik
- Bulma
Tools needed to run this project
- npm
- yarn
- nodejs
- You need to have API Keys for MongoDB Atlas, Firebase and Pusher
- Clone the repo
git clone https://github.com/SkSumit/BookMyAppointment.git
- Install packages
cd .\backend\
npm install
cd .\frontend\
yarn install
- Create two
.env
files, one inBackend
and other inFrontend
folder. Add yourmongodb atlas
andpusher
key in the backend .env file , addfirebase
and again addpusher
keys in the frontend .env file
const API_KEY = 'ENTER YOUR API';
Backend would be running on PORT 3000
npm run backend
Open new terminal to run front-end
Frontend would be running on PORT 3001
npm run frontend
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Sumit Kolpekwar - kolsum24@gmail.com