task.manager.api.video.webm
This is an API for a task manager, with this, you can:
- Create a task
- Have a list of your current tasks
- Edit a task (change name or set it as completed)
- Delete a task
To get started with the project, you will need to install the dependencies with the command:
npm install
Spin and start your server with:
npm start
Nodemon will listen to any of your changes. Congratulations, you can start coding.
Create a cluster in your MongoDB, and add the MONGO_URI in your .env file. If you don't have any idea of how to setup your MongoDB account, follow the link
Pull requests are highly awaited, don't hesitate.
Happy coding Have fun!!!