A full-stack web application built with the MERN (MongoDB, Express.js, React, Node.js) stack that allows users to manage tasks efficiently. This system includes features for task creation, assignment, tracking, and status management. Built with scalability, performance, and user-friendliness in mind.
- Frontend: render Deployment
- Backend Hosted URL: Render Deployment
- postman Documentation : published doc
- frontend Design or preview : readme
- React.js
- Axios
- Tailwind CSS
- React Router
- Node.js
- Express.js
- MongoDB + Mongoose
- JWT for Authentication
- Render for deployment
- Sign up / Login
- JWT-based user session
- Create / Edit / Delete tasks
- Assign tasks to users
- Task priority, deadline, and status management
- Role-based access (Admin / User)
- User list & permissions
- users/members comment on tasks
git clone https://github.com/Rajeswari-Machina/project_task_management_system
cd backend
npm install
npm run dev
cd fontend
npm install
npm run dev