https://github.com/panarch/devops-todo-practice
worker-todo-test
https://github.com/panarch/devops-todo-practice
Last synced: 6 months ago
JSON representation
worker-todo-test
- Host: GitHub
- URL: https://github.com/panarch/devops-todo-practice
- Owner: panarch
- Created: 2025-06-08T12:06:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-09T08:03:05.000Z (about 1 year ago)
- Last Synced: 2025-10-07T00:59:36.093Z (10 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devops-todo-practice
worker-todo-test222
## Endpoints
- `GET /add?content=`: Add a todo item (with an autogenerated `id`) and return the updated list.
- `GET /list`: Retrieve all todo items.
- `GET /migrate`: Assign an `id` to items missing one and return the updated list.
- `GET /delete?id=`: Delete a todo item by `id` and return the updated list.