MERN stack User Management CRUD Application with Redux state management in the react frontend
Add your MONGO_URI in .env file for the MongoDB database connection
# Backend deps
npm install
# Frontend deps
cd frontend
npm install
# Backend Server (Local)
npm run dev
# Frontend Server (Local)
cd frontend
npm start