- Angular
- Spring Boot, Security, JPA
- MySQL
- MySQL must be installed and running
- To setup spring boot backend, you need to add 'jwt.properties' file inside resources folder
- jwt.properties file should look like this:-
jwt.secret=your-secret-key
jwt.jwtExpirationInMs=18000000
- To run the angular frontend, install the packages using :
npm i
and then execute the command :ng serve