Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 275 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 275 Bytes

NestJS Example

Implemented features:

  • Rest API
  • Authorization (JWT Tokens)
  • MySQL (TypeORM)
  • Web Sockets (in progress...)
  • API Documentation (Swagger)
  • Unit Tests (in progress...)
  • E2E Tests (in progress...)

Run locally

  $ docker-compose up api