This is a simple Task Manager application built with Node.js, Express, and MongoDB. It allows users to create, read, update, and delete tasks. The application provides a RESTful API for managing tasks with basic CRUD operations.
- Create a new task with a description and completion status.
- Get a list of all tasks.
- Update an existing task's description or completion status.
- Delete a task.
Before running the application, ensure that you have the following software installed:
- Node.js: https://nodejs.org/
- MongoDB: https://www.mongodb.com/