Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 531 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 531 Bytes

A fast, scalable, feature‐rich RESTful API built using Node.js, Express, MongoDB, Mongoose

Features:

  • Support for JWT authentication and authorization (including password reset)
  • Includes filters, sorting, pagination, and more
  • Security: encryption, sanitization, rate limiting, etc.
  • CRUD operations with MongoDB and Mongoose

Note: To get started, rename config.env.sample to config.env. The postman files for the API are included in the dev-data folder. Planning to add proper documentation in the future.