Four repositories were required for this lab assignment. The submission pull request, Travis.CI build, and actual code repository for each are listed below.
Usage Notes or examples
Usage Notes or examples
npm i
PORT
- assign a port numberMONGODB_URI
- URL to the running mongo instance/db
npm start
- Endpoint:
/
- Endpoint:
/foo/bar/
- Returns a JSON object with abc in it.
- Endpoint:
/bing/zing/
- Returns a JSON object with xyz in it.
- How do you run tests?
npm run test
npm run lint
- What assertions were made?
- What assertions need to be / should be made?
Link to an image of the UML for your application and response to events