@danguyen/notes
v1.0.0
Published
## Project: Node Ecosystem
Readme
LAB - Class 01
Project: Node Ecosystem
Author: Daniel Nguyen
Links and Resources
- submission PR
- ci/cd (GitHub Actions)
- Have not seen tutorial on GitHub Actions yet but will use that going forward
- back-end server url (when applicable)
- front-end application
Documentation
- [jsdoc]
!Everything below is copied from the old lab. I need to update it!
Modules
pol.js
Exported Values and Methods
isAlive(dead) -> boolean
Returns true/false to indicate how the server works
Setup
.env requirements (where applicable)
PORT- Port Number
How to initialize/run your application (where applicable)
npm start- Endpoint:
/- Returns a boolean
- Endpoint:
/docs- Returns JSDoc Documentation Pages
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
Unit Tests:
npm testLint Tests:
npm run lint
UML

