/serverless-typescript

Serverless Sample Application using Typescript, ExpressJs, Routing Controller, TypeDI, Chai, Mocha

Primary LanguageTypeScript

Serverless Sample Application using Typescript, ExpressJs, Routing Controller, TypeDI, Chai, Mocha

Stack Used

Deploy

To Test It Locally

  • Run npm install to install all the necessary dependencies.
  • Run npm run local use serverless offline to test locally.
  • Run npm run test to run test specs.