This is a full-stack web application. The motive behind this project is to drive business performance and to help companies/small startups manage employee details and keep a record of the tasks assigned to the employees. This application transforms clients and empowers enterprises through technology.
- Show the tasks that need to be done in a project within a company. (Basically the lists of tasks )
- Each task has its own description and a deadline.
- Assign tasks to a particular employee with a unique Id.
- Filters the tasks according to 3 main categories (i.e Information Technology, Workforce Development, Business process outsourcing)
- Get all the details of assigned tasks with employee lists.
- It also shows the deadline and the total number of tasks.
- Updates the tasks with the employee details and displays them in Admin Screen in real-time.
git clone https://github.com/payalpatra/Task-Management-System.git
npm install
MONGO_URI =MONGO_URI =mongodb+srv://<USERNAME>:<PASSWORD>@cluster0.ifcel.mongodb.net/<DBNAME>?retryWrites=true&w=majority
npm run dev