Project is created with:
- Spring Boot: 5
- Angular: 9.4
- MySQL: 8.0.29
To run frontend, install it locally using npm:
$ cd angular-reddit-clone
$ npm install
$ npm start
To run backend, install it locally using mvn :
$ cd reddit-clone
$ mvn install / mvn clean install
$ mvn spring-boot:run