Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 380 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 380 Bytes

car rental website

tech stack

  • frontend
    • js (react)
    • HTML/CSS vanilla
  • backend
    • nodejs
    • express

Authintication

  • json web token (JWT) using jsonwebtoken library
  • saving the token in html only cookie using the middleware cookieParser

Hosting