Project management system using MERN stack (Mongodb, Express.js, React.js and Node.js)
Setup instruction
Step 1: install dependencies/node_module
Go to /backend directory for backend setup and run npm install
Go to /frontend directory for frontend setup and run npm install
Step 2: Configure mongodb connection url Go to backend directory and create .env file and put into MONGO_URI=your-mongodb-connection-url and JWT_SECRET=your-secret-key
Step 3: Run project in your backend nodemon ./index.js for start node server and npm start for frontend