/_meat-api

API for restaurants

Primary LanguageTypeScript

API Restful

Table of Content

General info

Technologies

  • Typescript;
  • Restify;
Setup
  • tsc -w -> For running Typescript compiler upon changes;

  • nodemon dist/main.js -> For reloading the server upon changes;

Remarks
  • Routes created through an abstract class named Router;