Skip to content

Sample repository for the talk "Modern Web APIs with Node.js & TypeScript"

Notifications You must be signed in to change notification settings

thinktecture/frankenjs-2017-nodejs-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frankenjs-2017-nodejs-typescript

Slides for this talk are on SpeakerDeck.

Very simple sample for Node.js Web API bootstrapping with restify using TypeScript.

Setup

Run npm i or yarn to install all dependencies. Then run npm start to start.

Routes

Routes can be found in the controllers, as well as the needed parameters.

Model relationships

This sample contains no relationships between models. If you are interest in this, please take a look here: basta-spring-2017-nodejs-typescript-demo

Resources

  • restify Used for Web API hosting.
  • SequelizeJS Used to provide an ORM accessing the PostgreSQL database.
  • ts-node Used to run the TypeScript API directly from the npm scripts.

About

Sample repository for the talk "Modern Web APIs with Node.js & TypeScript"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published