Project Overview - OCLC-Developer-Network/devconnect2018-idm GitHub Wiki

  1. What we're going to build.
    • We're going to build a simple web application that allows you to login a user and view their information.
  2. In order to build this app, we're going to deploy the following tools and best practices:
    1. Model-view-controller architecture (specifically the Express framework)
    2. The [WorldShare Identity Management API Metadata API]
    3. OCLC's Node Authentication Library to support web service authentication
    4. Dependency management via NPM
    5. Unit testing via Mocha and Chai
    6. Behavior-driven testing via Cucumber-JS