Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 895 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 895 Bytes

Skelleton API

API builded with DI (Dependency Injection) and Swagger definitions for Typescript Rest and automated generation of swagger spec.

Features

  • Integrated with bunyan logs.
  • Easy integration with Microservices.
  • Swagger file generation
  • Pre-built middlewares
  • Response schemas
  • Integrated with Prettier and code format precommit webhook.
  • Migrated to Nest.js
  • Use AWS Cognito as authentication users
  • User entity and authentication endpoints. And more...

Requirements

  • yarn
  • node.js
  • postgres running in localhost (or any driver that you prefer, see ormconfig.js)
  • redis running in localhost
  • aws cognito credentials for authentication.
  • make and build essentials for Unix

How to use