Backend code test for Wenea by Jan Manrique Roca.
API is deployed in port 3000. WebSocket is deployed in port 8080.
Installation
In order to run this project it's necessary to install node and the project dependencies.
- To install the dependencies required to execute the project run:
npm install --production
. - To install the dependencies required to execute the project and it's test suite run:
npm install
.
Execution
Once desired dependencies have been installed:
- To run the project, use
npm start
. - To run the test suite, use
npm test
.