Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 487 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 487 Bytes

Http Server

Http service is a simple HTTP api service written in typescript.

Development

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

License

MIT

Free Software, Hell Yeah!