/restify-typescript

RESTful API template using Restfy and TypeScript

Primary LanguageTypeScript

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