Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
Screenshot 2024-09-17 at 12 28 20 PM