Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 562 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 562 Bytes

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