Project Overview - OCLC-Developer-Network/devconnect2018-idm GitHub Wiki
             
- 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.
 
- In order to build this app, we're going to deploy the following tools and best practices:
- Model-view-controller architecture (specifically the Express framework)
- The [WorldShare Identity Management API Metadata API]
- OCLC's Node Authentication Library to support web service authentication
- Dependency management via NPM
- Unit testing via Mocha and Chai
- Behavior-driven testing via Cucumber-JS