This project is a challenge by Wazuh.
This project uses the Hapi.js library.
$ npm install
# Run
$ npm run start:dev
# development
$ npm run develop
# build app
$ npm run build
This application will run on localhost: 4000
# unit tests
$ npm run test