Skip to content

lrcry/restify-example-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restify-example-todo

Restify todo list API

Introduction

A set of RESTful API for a TODO list application based on Restify, MongoDB, Supertest

Requirements

C(reate)

  • Create a new TODO list

  • Create a new item in TODO list

U(pdate)

  • Modify an existing item in TODO list

  • Modify a TODO list

R(etrieve)

  • Retrieve a list of TODO lists

  • Retrieve a single TODO list with its items

  • Retrieve detail information of a TODO list item

D(elete)

  • Remove an existing item from TODO list

  • Remove the whole TODO list with all its items

About

Restify todo list API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published