Skip to content
Paul L. Cimino edited this page Nov 13, 2013 · 9 revisions

Nodejs CRUD REST server using Restify & Mongoose

This wiki

This wiki walks you through the different parts of the project. Showing how I wired things up, where I think I need to improve and point out things that might be missing.

API Test

Running the project by following the Quick Setup allows you to test the APIs using the basic html site. The manual for this site can be found here.

Sections

The sections are ordered such that you can walk through each one and reproduce everything I did.

Git

Not necessary for this project, you can download the Zip and start there. And if you're reading this you probably already have git. If not, here are some resources:

Tutorial Links

Notes for Production Deployments

Clone this wiki locally