Lab 5 mongo stuff - leeroywking-401-advanced-javascript/lab5 GitHub Wiki
LAB - Lab 5 mongo stuff
Project Name
Author: Lee-Roy King
Links and Resources
- submission PR
- back-end (when applicable)
- front-end (when applicable)
Documentation
- api docs (API servers)
- jsdoc (Server assignments)
- styleguide (React assignments)
Modules
modulename.js
Exported Values and Methods
foo(thing) -> string
Usage Notes or examples
bar(array) -> array
Usage Notes or examples
Setup
.env
requirements
PORT
- Port NumberMONGODB_URI
- URL to the running mongo instance/db
Running the app
npm start
- Endpoint:
/foo/bar/
- Returns a JSON object with abc in it.
- Endpoint:
/bing/zing/
- Returns a JSON object with xyz in it.
Tests
- How do you run tests?
- What assertions were made?
- What assertions need to be / should be made?
UML
Link to an image of the UML for your application and response to events