Task Management App is an Application which helps the user to manage his/her tasks and increase their productivity.
This is an individual project built within a span of 1 day.
Backend is deployed on Render: Deployed Link
Frontend is deployed on Netlify: Deployed Link
- Create Tasks
- Update Task Status
- Delete Task
- Read all Tasks
- Sign In/Sign Up
- Logout
Clone the project
git clone git@github.com:Abhi0049k/Group-Chat.git
Go to the backend directory
cd backend
Install dependencies
npm install
Before running the Backend server on your local system do setup the .env
Start the server
npm start