Skip to content

supernelis/rust-todo-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a small TODO rest API kata

The API should:

  • Add a new task
  • Update an existing task
  • Complete a task
  • Delete a task
  • Retrieve the details of a task
  • Retrieve the list of all the tasks

A Task should have:

  • Title
  • Creation date
  • A done status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages