Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 366 Bytes

ci-cd-task-node-server

This repository is test task for new employees

Simple web server. By default, uses port 3000

Install required packages

To install all required packages just run npm i

Testing

To test application, run: npm test

Start server

If you are in the rop of the project, best way to start application will be: node src/index.js