Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 271 Bytes

File metadata and controls

13 lines (13 loc) · 271 Bytes

REST API with Node.js, Mongoose & TypeScript

Concepts

  • REST API principals
    • CRUD
    • HTTP methods
  • JWT & refresh tokens
  • Request validation

Technologies

  • Node.js
  • MongoDB with Mongoose
  • TypeScript
  • Express.js & Express.js middleware
  • Zod validation