Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 784 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 784 Bytes

equipRents-server

Express Server (NodeJs) for equipRentsApp (MERN stack app) deployed @heroku
a backend server application developed with Expressjs (part of full Stack MERN Application - equipRentsApp)

FrontEnd Repo Link


Server Info

  • Implemented User-Authentication with jwt
  • Password Encryption with bcrypt
  • Sending Emails using nodemailer
  • Uploaded Images to Amazon S3 Bucket with aws-sdk
  • razorpay payment gateway Integrated
  • mongoose ODM
  • cors enabled
  • DB -> Order collection,Product Collection,ContactForm Collection and User Collection
  • CRUD operations developed for -> Product,User and Order