Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shubhampatel81/crud_api_taskmanger

It's a basic task manager CURD operation using Express JS
https://github.com/shubhampatel81/crud_api_taskmanger

expressjs mongodb

Last synced: about 1 month ago
JSON representation

It's a basic task manager CURD operation using Express JS

Awesome Lists containing this project

README

        

# Basic_task_manager_API

The Task Manager CRUD Operations project is a simple yet powerful task management application that allows users to perform basic operations such as creating, reading, updating, and deleting tasks. This project serves as a foundation for understanding CRUD operations.

### Create: Add new tasks to the task list with a title, description, and due date.
### Read: View the list of tasks, including their details and status.
### Update: Modify task details, mark tasks as completed, or update due dates.
### Delete: Remove unwanted tasks from the task list.

# CURD_API