Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shubhampatel81/crud_api_taskmanger
- Owner: ShubhamPatel81
- Created: 2023-12-15T21:06:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T21:26:12.000Z (about 1 year ago)
- Last Synced: 2025-01-01T06:12:51.077Z (about 1 month ago)
- Topics: expressjs, mongodb
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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