Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Online Grocery Store is a E-commerce Web Application developed using the MERN Stack.
- Host: GitHub
- URL: https://github.com/durgaprasad-04/online-grocery-store-web-application
- Owner: durgaprasad-04
- Created: 2024-08-10T13:20:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T14:53:07.000Z (5 months ago)
- Last Synced: 2024-09-26T18:40:11.582Z (3 months ago)
- Topics: express-js, html-css, javascript, jsx, mongodb, node-js, reactjs, tailwind-css
- Language: JavaScript
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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