Here's the frontend Repository Url https://github.com/khushboopaddiyar/task-management-system-frontend
npm i
You will need MongoDB locally installed or you can also use MongoDB Atlas
For Linux Users
cp .env.example .env
For Windows Users
copy .env.example .env
For Example
NODE_ENV=development
PORT=5000
MONGODB_URL=mongodb+srv://username:[email protected]/taskManagementSystem?retryWrites=true&w=majority
JWT_SECRET=secret
Use your own MongoDB Url You can also set these values in environment variables.
npm run dev
npm start
npm run build