Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager API

This is a Node.js and Express RESTful API for managing tasks. It uses MongoDB for data storage.

Getting Started

To get started, clone this repository and run npm install to install the required dependencies.

Usage

To start the server, run npm start. By default, the server will run on port 3000.

Endpoints

The following endpoints are available:

  • GET /tasks: Get all tasks
  • GET /tasks/:id: Get a task by ID
  • POST /tasks: Create a new task
  • PATCH /tasks/:id: Update a task by ID
  • DELETE /tasks/:id: Delete a task by ID

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Author

Nadduli Daniel naddulidaniel1994@gmail.com

About

Task Manager API is a simple RESTful API built with Node.js, Express, and MongoDB to manage tasks

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages