Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 434 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 434 Bytes

RESTful API implementation using Restify and TypeScript

Simple application template using Restify and TypeScript.

Why Restify instead Express?

Optimized for building semantically correct RESTful web services ready for production use at scale.

From: Restify

Running

  • Environment variable PORT should set your API port.
  • By default, it'll use 3000

Development

npm i 
npm run watch