This is an Api based MERN stack project which allows user to create, fetch, update and delete products. It's a simple app that uses GET, POST, PUT and DELETE method basically to interact with the server and the database.
- Tech Stack: MongoDB, Express, React, Node
- UI: DaisyUI, Tailwind CSS
- API based
- Deployment: Render
- Additional: Zustand And CORS
- Light/dark mode toggle
- Responsive on every Device
This project is live on render Click to visit
To run this project, you will need to add the following environment variables to your .env file
MONGO_URI=/your_mongoDB_url/
PORT=3000
Install dependencies
npm run build
Start the server
npm run start