Home - pcimino/nodejs-restify-mongodb GitHub Wiki

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:

  • Git download page for all supported platforms.
  • MSysGit is a nice command line tool for Windows.

Tutorial Links

Notes for Production Deployments