- 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 install
download dependencies - test:
yarn test
unit and integration tests - build:
yarn build
production build - dev:
yarn dev
starts the server on development mode - local
yarn local
starts the server with nodemon locally