Go Green: Create a Recycling App Using Angular and Spring Boot
The application we’ll create in this project is a recycling app that shows the types of waste. The user can select the type of waste, add the quantity they want to recycle, and get a discount on the total amount.
In this project, we’ll create a web application using Spring Boot, Angular, and MySQL. We’ll handle all the configurations for the MySQL database. We’ll start by creating models and then proceed to create repositories and services and handle configurations and controllers for the REST API. We’ll top it off with exception handling on the backend.
We’ll create the database and run the queries for handling products. Furthermore, we’ll handle all the configurations for the application.
The last part of the project will consist of creating a frontend using Angular. The frontend will contain the Angular model, its services, and its application components.