Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 454 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 454 Bytes

e-commerce-application

Features

  • JWT Authentication
    • In memory Access Token
    • Refresh Token as HTTP only Cookie
  • Role based Authorization
  • E-mail and Password Validation

Technologies

Backend

  • Spring Boot
  • Spring Security
  • Lombok
  • JJWT
  • PostgreSQL

Frontend

  • Figma
  • Webpack
  • Tailwind CSS
  • Headless UI
  • Typescript
  • Axios
  • React
  • React Router v6
  • Postman