Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.02 KB

auth-server

Version: 1.1.0
Author: Peter Cole

Links and Resources

Setup

.env requirements (where applicable)

  • PORT=3000
  • MONGODB_URI=mongodb://localhost:27017/users

How to initialize/run your application (where applicable)

  • Start server npm run dev
  • Start app npm start

Tests

  • Use npm test app.test.js or npm run test

UML

  • UML