8000 GitHub - mertf/todo-api: Simple To-Do List API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mertf/todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List API

A simple REST API for managing a to-do list.

  • Live Demo: [https://todo-api-o4am.onrender.com]
  • Endpoints:
    • GET /: Welcome message
    • GET /todos: List all todos
    • POST /todos: Create a todo (body: { "task": "string" })
    • PUT /todos/:id: Update a todo
    • DELETE /todos/:id: Delete a todo
  • Test with: curl or Postman

About

Simple To-Do List API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0