This is a Node.js and Express RESTful API for managing tasks. It uses MongoDB for data storage.
To get started, clone this repository and run npm install to install the required dependencies.
To start the server, run npm start. By default, the server will run on port 3000.
The following endpoints are available:
GET /tasks: Get all tasksGET /tasks/:id: Get a task by IDPOST /tasks: Create a new taskPATCH /tasks/:id: Update a task by IDDELETE /tasks/:id: Delete a task by ID
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Nadduli Daniel naddulidaniel1994@gmail.com