Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/durgaprasad-04/online-grocery-store-web-application

Online Grocery Store is a E-commerce Web Application developed using the MERN Stack.
https://github.com/durgaprasad-04/online-grocery-store-web-application

express-js html-css javascript jsx mongodb node-js reactjs tailwind-css

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

#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