An open API service indexing awesome lists of open source software.

https://github.com/mmagdzik/productstore

Product Store APP ➡️ Full Stack MERN
https://github.com/mmagdzik/productstore

chakra-ui mongodb postman react-router reactjs rendering vite zustand

Last synced: 9 months ago
JSON representation

Product Store APP ➡️ Full Stack MERN

Awesome Lists containing this project

README

          

#

🛒 Product Store App — Full Stack MERN Project

💡About the App 💡

screen

## 🔧 Tech Stack:


React  
Chakra UI  
Node.js  
Express  
MongoDB  
Postman  
Vite  
Zustand  

## Features:

- 🌐 Deployment
- 🔥 Build an API
- 🐞 Error Handling
- 💾 Everything is stored securely in a MongoDB database
- 💻 using full CRUD operations (Create, Read, Update, Delete),
- 📱 I also made sure the app is fully responsive

### Directly in the interface you can:

- ➕ Create products
- 📝 Update and edit them
- ❌ Delete products
- 🌙 Switch between **light** and **dark** mode

---

### Setup .env file

```shell
MONGO_URI=your_mongo_uri
PORT=5000
```

### Run this app locally

```shell
npm run build
```

### Start the app

```shell
npm run start
```

---


This full stack MERN application was built as part of the Udemy course by Burak Orkmez:
“100 Hours Web Development Bootcamp - Build 23 React Projects” 🎓