Online-Grocery-Store-Web-Application

Online Grocery Store is a E-commerce Web Application developed using the MERN Stack.

Stars
0
Committers
1

#ONLINE GROCERY STORE E-COMMERCE WEB APPLICATION

This project is an online grocery store e-commerce web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js). It allows users to browse and purchase groceries online, providing a smooth and intuitive shopping experience.

#Backend Setup Clone the repository #Navigate to the backend directory cd backend #Install dependencies npm install #Start the backend server npm run start

#Frontend Setup #Navigate to the frontend directory cd frontend #Install dependencies npm install #Start the frontend development server npm run start

Related Projects