Http service is a simple HTTP api service written in typescript.
Http service uses nodemon for fast developing. Make a change in your file and instantanously see your updates!
In order to get up to speed you need to
Install nodemon:
$ npm i -g nodemon
Install ts-node:
$ npm i -g ts-node
(optional) Install typescript in case you haven't already:
$ npm i -g typescript
MIT
Free Software, Hell Yeah!