Skip to content

aarav12e/Product_Store_MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ MERN Stack Product Store ✨

πŸš€ Live Demo

Demo App

Highlights:

  • 🧱 Full-Stack App Built with the MERN Stack (MongoDB, Express, React, Node)
  • ✨ Create, Update, and Delete Products with Name, Price & Image
  • πŸ› οΈ Build and Test a Fully Functional REST API
  • βš™οΈ Rate Limiting with Upstash Redis β€” a Real-World Concept Explained Simply
  • πŸš€ Completely Responsive UI
  • 🌐 Explore HTTP Methods, Status Codes & SQL vs NoSQL
  • πŸ“¦ Deployment Guide Included β€”
  • πŸ“š Designed for Absolute Beginners

πŸ§ͺ .env Setup

Backend (/backend)

MONGO_URI=<your_mongo_uri>
PORT=5000

πŸ”§ Run the Backend

cd backend
npm install
npm run dev

πŸ’» Run the Frontend

cd frontend
npm install
npm run dev

About

πŸ›’ This website is a Product Store built using the MERN stack, where users can add products along with images, prices, and detailed descriptions.🧱 Users can create, update, and delete products seamlessly through a RESTful API. πŸš€ Overall, it’s a complete full-stack project demonstrating real-world product management and scalability concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors