Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 653 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 653 Bytes

Travel-Website

Technologies used in this are: Node js,express,mongodb, pug

project overlook

live version available at Click Here

Things which i learned while making this project.

  • followed mvc model architecture.
  • Error Handling.
  • Advanced mongoose concepts.
  • server side rendering with pug templates.
  • emails and otp using sendgrid api.
  • jwt authentication.
  • Advanced authentication and authorization (including password reset).
  • Credit card payments with Stripe.
  • Security: encryption, sanitization, rate limitinge , etc.