This is a web-based food delivery application built using the MERN (MongoDB, Express.js, React, Node.js) stack. The app allows users to browse place orders, create user profiles, and make secure payments.
- Clone the repository using
git clone https://github.com/rajput999/Mern-Food-Delivery.git
. - Navigate to the cloned directory using
cd Mern-Food-Delivery
.
- Navigate to the Frontend using
cd client
. - Install the dependencies using
npm install
. - Start the server using
npm start
.
- Navigate to the Backend using
cd backend
. - Install the dependencies using
npm install
. - Start the server using
npm start
.
- Open your web browser and navigate to
http://localhost:3000
.
This project is developed by Abhishek Rajput.