1.1.3 • Published 4 years ago

@ocltiks/common v1.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@ocltiks/common

Common code for code-along of Stephen Grider's course on microservices using Node.js and react.

Tech stack

  • Typescript
  • Node.js
  • express
  • jsonwebtoken and cookie-session

Custom errors

Custom classes to always send back errors using the same structure.

Middleware

Includes middlewares such as requireAuth and errorHandler.