Installation

$ npm install

Steps to replicate

# start application
$ npm run start:dev

# make a request
$ curl http://0.0.0.0:3000

# after 1 second -> it responsed {"statusCode":408,"message":"Request Timeout"}
# after 5 second -> it sprinted `Logic has been executed`