LAB - Class 01

Project: Server Deployment Practice

Author: Donna Ada

Problem Domain

Hands on practice with Node.js to get started with CI and CD exercise.

Links and Resources

Collaborators

Used Ryan Gallaway's Demo Code with permission

Setup

.env requirements (where applicable)

Port variable located within .env.sample

How to initialize/run your application (where applicable)

clone repo, npm i, then run nodemon in terminal

Features / Routes

  • GET : /success - specific route to hit

Tests

To Run tests, run the command npm test

UML

UML Image