Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 695 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 695 Bytes

Spring Security with Angular

This project implements jwt based authentication by utilizing the following technologies

  • Spring Security 6
  • Spring boot 3.2
  • PostgreSQL
  • Angular 16 for Frontend
  • Redis for Jwt persistence

Building and Running the Project

  1. Clone the repository:

    git clone https://github.com/aliahmadcse/spring-security-auth.git
  2. Set up the backend

  • cd /api

  • Go through the Backend setup instructions

  1. Set up the Frontend
  • cd /client/web

  • Go through the Frontend setup instructions

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.