Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dleedev365/productboard
A simple CRUD web application created with MERN stack
https://github.com/dleedev365/productboard
chakraui expressjs mern-project mongoose nodejs reactjs zustand
Last synced: 17 days ago
JSON representation
A simple CRUD web application created with MERN stack
- Host: GitHub
- URL: https://github.com/dleedev365/productboard
- Owner: dleedev365
- Created: 2024-09-17T19:30:09.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T19:41:04.000Z (2 months ago)
- Last Synced: 2024-10-10T14:24:54.800Z (about 1 month ago)
- Topics: chakraui, expressjs, mern-project, mongoose, nodejs, reactjs, zustand
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Overview
The application allows users to perform CRUD operations for products of their interests.### features
- light/dark mode
### Technologies
- Frontend: `React.js`, `Vite`, `Zustand`, `ChakraUI`
- Backend: `Node.js`, `Express.js`, `Moongoose`# How to Run the Application
### Frontend
1. navigate to `/frontend` folder and install npm packages.
2. then, `npm run dev` and check the running application at `http://localhost:5173`### Backend
1. navgiate to `/backend` folder and install npm packages.
2. you need to create your own `.env` contianing mongodb atlas crendentials and port number
3. then, `npm run dev` and check the server running at port 8000 or 5000## Screenshots