Resources - pcimino/nodejs-restify-mongodb GitHub Wiki

Resource Links

Resources

Primary

Secondary/Tutorials/Threads

Next: Quick Setup

Return Home

Demo TODO

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 integration
  • Web socket integration
  • Session 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
⚠️ **GitHub.com Fallback** ⚠️