Resources - pcimino/nodejs-restify-mongodb GitHub Wiki
Primary
- Node.js
- Mongo DB
- Restify
- Mongoose
- Client Sessions
- JQuery
- Node Mailer
- Mail Preview
- Socket.io
- Swig Templates
Secondary/Tutorials/Threads
- Creating a REST API using Node.js, Express, and MongoDB
- Node.js and MongoDB
- Node Cellar Sample Application
- Simple example - Node.js, Restify, MongoDb and Mongoose
- test-restify-passport-facebook
- Node.js knockout: Restify
- Node.js Development with the MongoDB Service
- Case insensitive Mongoose Search
- Socket.io
Next: Quick Setup
Return Home
Demonstration App
Initially the goal is to add useful services to Restify and demonstrate these goals:
- Fix: Form validations return generic message instead of field specific message?
- REST APIs
--Create, Update, Read & Destroy--Authenticated APIs MongoDB integration (Mongoose)Mail integrationWeb socket integrationSession management
Boilerplate App At some point I want to use this project as a boilerplate to build useful servers. For that , I want the project to have these features:
- Open REST APIs
-- User signup
-- User forgot password
-- User verify account via email - Secure REST APIs
-- User reset password
-- User update info
-- User verify new email address
-- User logout