This repository was archived by the owner on Nov 10, 2018. It is now read-only.

Description
- Deploy a second instance of the api app to Heroku to use as a staging and User Acceptance Testing environment - DONE
- Create a CONTRIBUTING.md document to list rules and steps for contributing code to this repository - DONE
- Build out a unit test suite for the domain logic in the client-side Javascript code
- Document a series of manual UI regression tests to be run before deploying to production - DONE
- Automate the UI tests using a Selenium-based browser automation framework
- Set up Travis CI to automatically detect new commits to the repo, check out the code, run tests, and deploy. - DONE