Skip to content

Project Overview

Karen Coombs edited this page Jul 10, 2018 · 1 revision
  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 [Tipasa API]
    3. OCLC's Node Authentication Library to support web service authentication
    4. Dependency management via NPM
    5. Unit testing via Mocha and Chai