A full-stack Restaurant Reservation web application built using the MERN stack. This project allows users to book tables online, manage reservations, and provides an efficient system for restaurant management.
Frontend:
Backend:
Database:
MERN_STACK_RESTAURANT_RESERVATION/ │ ├── client/ # Frontend (React) ├── server/ # Backend (Node + Express) ├── .env # Environment Variables └── README.md
git clone https://github.com/addi5520/restaurant-reservation.git cd restaurant-reservation
For client:
cd client npm install
For server:
cd ../server npm install
Create a .env file in the server folder and add:
MONGO_URI=your_mongodb_connection_string PORT=5000
Start backend:
cd server npm start
Start frontend:
cd client npm run dev
If you have any questions or suggestions, feel free to reach out.
Aditya Kumar Vaish