MERN E-Commerce Backend – A secure and fully functional backend built with Node.js, Express, and MongoDB. Users can sign up, log in, and manage products with add, update, and delete operations. All RESTful APIs are fully tested, scalable, and ready for frontend integration.
- User Authentication
- Product CRUD operations
- RESTful APIs
- MongoDB integration
- Node.js
- Express
- MongoDB
- GET /products
- POST /products
- PUT /products/:id
- DELETE /products/:id
- Clone repo
- Run
npm install - Start server:
npm start