- Install dependencies
yarn install - Start with local project
yarn dev
- tsoa
integrated OpenAPI compiler framework - tsyringe
inversion of control / dependency injection - swagger-ui-express
auto-generated swagger-ui generated API docs from express - mocha, chai, supertest, ts-mockito
unit and integration testing tools - typeorm
SQL ORM
<url>/docs
<url>
- installation:
yarn installdownload dependencies - test:
yarn testunit and integration tests - build:
yarn buildproduction build - dev:
yarn devstarts the server on development mode - local
yarn localstarts the server with nodemon locally