Build a complete Secured Pet Care System with Java / Spring Boot / Reactjs.
https://www.udemy.com/course/a-complete-guide-to-java-full-stack-development-with-react/?couponCode=DCWFEB18CC3
Source code on Github:
Please, check the final part ( part 2)
https://youtu.be/7gZwWSsGIDE
dependencies in POM file :
https://drive.google.com/file/d/1lylFl-HlLjKN-QwuCYUiX_H261_VmmH-/view?usp=sharing
CSS starter file:
https://drive.google.com/file/d/1JimS8s0Xyi6dvKLxIVUNyWvX4V6IDrb4/view?usp=sharing
Follow our Facebook page for direct support and discussions:
https://www.facebook.com/cDaily115
Thanks to my good friend and supporter: @lucksmith-wd.
He has helped us with the timestamps: 👌👌👌
0:00:00 Project introduction
0:04:24 Back-end setup
0:14:20 Front-end setup
0:24:55 Back-end entities
0:48:12 Response DTOs
0:56:13 Application.yml
1:00:32 Back end add new room functionality
1:21:37 Front end add new room functionality
2:33:01 Back end get room types functionality
2:45:00 Back end fetch all room functionality
3:12:17 Front end fetches all room functionality
4:19:01 Front-end delete functionality
4:38:33 Back-end delete functionality
4:45:59 React Router setup
4:53:33 Front-end update room functionality
5:08:05 Back-end update room functionality
5:22:44 Back end get a room by ID functionality
5:45:50 Front end navbar and footer
6:15:26 Front end browse all rooms page
6:59:39 Front-end admin page skeleton
7:05:46 Front end home page
8:08:42 Back end BookingController
8:38:07 Back end BookingService
8:54:56 Front-end API functions
9:12:03 Front end BookingForm state
9:50:59 BookingSummary
10:25:50 BookingSuccess
10:33:47 BookingForm UI