Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 390 Bytes

This is Mazady backend with Express.

About the broject

  • Express server deployed on render.com
  • JWT authentication & authorization.
  • Mongodb database on mongo atlas and communicated using mongoose.
  • Multi file upload using multer and images uploaded to cloudinary via API.
  • Rate limiting with redis data base.

Getting Started

Run the development server:

npm run dev