Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 822 Bytes

File metadata and controls

37 lines (22 loc) · 822 Bytes

LAB - Class 11, 13, 14

Project: Auth Server

Author: Dave Wolfe

Links and Resources

Setup

.env requirements (where applicable)

i.e.

  • PORT - 3000
  • MONGODB_URI - URL to the running mongo instance/db

How to initialize/run your application (where applicable)

  • e.g. node index.js

How to use your library (where applicable)

Tests

  • How do you run tests?
  • Any tests of note?
  • Describe any tests that you did not complete, skipped, etc

UML

Link to an image of the UML for your application and response to events