/basic-express-server

basic express server made with TDD

Primary LanguageJavaScriptMIT LicenseMIT

LAB - Class 02

Project: simple-express-server

Author: Ethan Storm

Problem Domain

A very basic express server that is used as a base for CI/CD deployment and TDD practice

Links and Resources

.env requirements

port variable

How to set up the application

clone repo, npm i, then run nodemon in the terminal

Routes

  • Get: /test - to test

Tests

to run tests, after npm i, run npm test