/wazuh-api

Primary LanguageTypeScript

Description

This project is a challenge by Wazuh.

This project uses the Hapi.js library.

Installation

$ npm install

Running the app

# Run
$ npm run start:dev

# development
$ npm run develop

# build app
$ npm run build
Note

This application will run on localhost: 4000

Test

# unit tests
$ npm run test