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
- Host: GitHub
- URL: https://github.com/mmagdzik/productstore
- Owner: mMagdzik
- Created: 2025-06-10T16:58:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-20T16:54:24.000Z (9 months ago)
- Last Synced: 2025-06-24T14:51:47.344Z (9 months ago)
- Topics: chakra-ui, mongodb, postman, react-router, reactjs, rendering, vite, zustand
- Language: JavaScript
- Homepage: https://productstore-b4o9.onrender.com/
- Size: 25.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
🛒 Product Store App — Full Stack MERN Project
💡About the App 💡

## 🔧 Tech Stack:
## 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” 🎓