- Install node packages
- Compile Typescript and run
index.js
or alternatively runnpx ts-node index.ts
The API documentation can be found here: http://localhost:3050/apis/v1.0/docs
It is also possible to try out the APIs at this location also.
The main application runs at: http://localhost:3050/home
Currently this application makes use of the list and get jokes APIs to select a random joke upon each refresh of the page.