Skip to content

kar-thee/equipRents-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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