jolynfoo / ci-cd-workshop-junior-dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-requisites

Tools used

  • Express
  • Jest
  • Chai

Getting started

  • Fork the repository https://github.com/mavericks-consulting/ci-cd-workshop-junior-dev
  • Clone your forked version
  • Run npm install from the root folder

Commands

Run tests

  • Run unit tests with npm run test
  • Run integration tests with npm run integration-test

Run the server

  • To start the server, run npm start
  • The server runs on port 3000 by default, you can change it in index.js

Pipeline

About


Languages

Language:JavaScript 100.0%