This is the backend for my e-commerce app. I created the app using Spring Boot and connected this to a local database which was created using MySQLWorkbench.
Below are some screenshots of the Intellij IDE and also the REST API generated by the app. This API is called through a service on the Angular frontend app. You can find the code for the frontend here.