Products Store is a web application built using the MERN stack (MongoDB, Express.js, React with Vite, and Node.js) that showcases basic CRUD (Create, Read, Update, Delete) operations. The application allows users to manage a list of products with ease.
- Add new products
- View a list of products
- Update existing product details
- Delete products
- Vite: A fast frontend build tool.
- React: For building the user interface.
- Node.js: JavaScript runtime for the server.
- Express.js: Web framework for building the REST API.
- MongoDB: Database for storing product information.