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
MONGO_URI=<your_mongo_uri>
PORT=5000
cd backend
npm install
npm run dev
cd frontend
npm install
npm run dev