Testing
For API testing we use Postman to scrape from the API and make sure the json results have all the necessary information that it should have. All the other tests are run by calling make test. We used Mocha to test our Javascript, Selenium to test our GUI framework, and unittest to test our backend.