eshenfield / restify-todo-backend

A todo-list backend built with node and restify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restify Todo-Backend

A sample implementation of an API for a todo-list built using Node.js, Restify, MongoDB, ES2015, and Babel.

This API is built to run againsts the tests provided by Todo-Backend

###Check it out

Compile and start the server using npm start. The todos are available at http://localhost:8080/ Individual todos are available at http://localhost:8080/:todoId

###Documentation In progress, check back soon!

About

A todo-list backend built with node and restify


Languages

Language:JavaScript 100.0%