Run npm start to execute the project then try http://localhost:8080/fact?n=5 to get the result of 5! and http://localhost:8080/metrics to get the cpu and memory usage.
Install the required dependencies using this command.
npm install
The project uses nodemon to be executed so run this command to launch it.
npm start