Completed
implementing the image controller
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Spring Boot and Spring Security - Building a Shopping Cart Backend
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 generating the project
- 3 creating and mapping entity classes
- 4 implementing the product crud
- 5 implementing the product service
- 6 implementing the category service
- 7 implementing product image service
- 8 implementing the image controller
- 9 implementing the category controller
- 10 implementing the product controller
- 11 testing the product api
- 12 working with dtos
- 13 implementing the cart entities
- 14 implementing the cart service
- 15 add item to cart
- 16 remove item from cart
- 17 update item quantity
- 18 implementing the cart controller
- 19 implementing the cartItem controller
- 20 testing the cartItem api
- 21 testing the cart api
- 22 creating the order entities
- 23 creating the order service
- 24 creating the user entities
- 25 implementing the order service-2
- 26 implementing the user service
- 27 implementing the order controller
- 28 working with the order dto
- 29 implementing the user controller
- 30 implementing the user dto
- 31 testing the project
- 32 fixing apis errors
- 33 integrating spring security to project
- 34 integrating the user security service
- 35 integrating jwt to project
- 36 implementing the security config class
- 37 project clean up
- 38 project security testing
- 39 implementing the login api
- 40 implementing the login api
- 41 project wrap up