/lab-00

Code 401 -- lab-00

Primary LanguageJavaScript

LAB 00 - Class 00

Project: Proof of Life Server

Author: Bushra Bilal

Links and Resources

Documentation

Modules

pol.js

Exported Values and Methods
isAlive(dead) -> boolean
  • Returns true/false to indicate how the server works

Setup

.env requirements

  • PORT - 3000

How to initialize/run your application

  • npm start
  • Endpoint: /
    • Returns a boolean
  • Endpoint: /docs
    • Returns JSDoc Documentation pages

How to use your library (where applicable)

Tests

  • Unit Tests: npm test
  • Lint Tests: npm run lint

UML

UML Diagram