Skip to content

joders/ci-cd-workshop-junior-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%