This is a simple "Hello World!" rest-api application.
* npm 6+
* node.js 10+
git clone https://github.com/AditechGH/nodejs-typescript-application.git .
Then install the dependencies
npm install
npm run build
Run in development mode
npm run dev
Run in test mode
npm run test
Run in production mode
npm run prod
The default URL is: http://localhost:8080
- Print Hello World
Send GET request to http://localhost:8080/api/v1/helloWorld