Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 776 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 776 Bytes

Task Manager API

This project is a simple web application that provides a RESTful API for managing tasks. It utilizes Node.js, Express.js, and MongoDB for the backend implementation. The application allows users to create, read, update, and delete tasks through the provided API endpoints.

Features

  • Task management: The API allows users to perform CRUD (Create, Read, Update, Delete) operations on tasks.
  • RESTful API: The API follows REST principles, providing intuitive and consistent endpoints for task management.
  • Node.js and Express.js: The project relies on the power of Node.js and Express.js to handle HTTP requests and manage routing.
  • MongoDB database: Task data is stored and retrieved using MongoDB, a scalable and flexible NoSQL database.