Developing a RESTful API With Node and TypeScript

Based on the blog post.

How to use

  1. Fork/Clone
  2. Install dependencies - npm install
  3. Compile (and assets)- npm run build
  4. Run the development server - npm start
  5. Test - npm test