Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 507 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 507 Bytes

Healthera Jokes System

Getting started

  • Install node packages
  • Compile Typescript and run index.js or alternatively run npx ts-node index.ts

Joke APIs

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.

Application

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.