Disclaimer - pcimino/nodejs-restify-mongodb GitHub Wiki

Disclaimer

Newbie warning

I'm a Java/C++ guy by trade. In the last year I've started getting more into JavaScript and Nodejs. This is my first real effort to make something useful with Nodejs.

If you're new to Nodejs, I hope this helps, but don't take it as gospel. Where I know, or suspect things are wrong, I try to point them out.

If you're experienced, suggestions and constructive criticism is welcome.

HTML

The static content consists of simple HTML with embedded JQuery and Ajax calls to demonstrate the CRUD services. Don't get all uppity over the poor quality. The exist to allow manual testing of the CRUD services.

Code Quality

I'm working on it. Still learning as I go. Still need to learn to think functionally instead of procedurally.

Documentation

Very much a work in progress. There's duplicate info here and there.

Unit Test

Ain't none. I know long-term it would be beneficial to set up tests. Short-term it's one more thing I have to learn. So I created the HTML site to sit on top of the API, which is my manual, functional testing framework.

Next: Resources

Return Home