Skip to content

monkeyK1n9/task-manager-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-manager-API

task.manager.api.video.webm

Introduction

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

Install

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

Contribution

Pull requests are highly awaited, don't hesitate.

Happy coding Have fun!!!