Web-based task management system using the MERN stack. The system should allow users to create, update, and delete tasks. Users should be able to log in and manage their tasks.
To Run this project just update the MONGO_URI in the /backend/.env file
then start the backend node server using npm run dev
and run the frontend react server using npm start