Skip to content

anasmustafa123/carRental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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