Java Full-Stack Development Course: Build a complete Secured Pet Clinic with Java / Spring Boot / Reactjs with full security. ( full course 50% off price ) www.udemy.com/course/a-complete-guide-to-java-full-stack-development-with-react/?couponCode=DCWFEB6CC
Great video! I haven't completed it yet, but your explanations are incredibly clear, and you take the time to break down each part of the code. Despite having some prior knowledge in React and Spring, I find your tutorial to be exceptionally beginner-friendly. This project seems like a valuable addition to a portfolio. Keep up the great work!
Oh my. This is awesome. God bless for the time and all. I'm 10hours in. Though I don't have a full grasp of every thing but there's a lot I have learn already.
Hi I am getting 431 (Request Header Fields Too Large) error due to which the image cannot be render on the web browser it is happening when I am editing the room ! can you help me out
Thank you for the tutoration, i have a suggestion about the video, could you please show the completed website before start coding, it would give us a chance to understand the structure of this web, and before you code every each component, you could show how this component looks like in website, and how it works with other component, it could help us to understand the relationship of them.
Awesome project! Thanks for doing it. If you don't mind, here are the timestamps to the different parts: 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 rooms functionality 3:12:17 Front end fetch all rooms 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 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
Hi, friend, thank you so much for helping with the timestamps, I couldn't really have the time to do it because I have been so busy with other projects. I deeply appreciate your support, thank you so much. One Love !!!
@@dailycodework No problem, bro! It's really nothing compared to your efforts with these projects. Just thought as I was going along with the project, I might as well jot down a few timestamps. I'll post it for the part-2 video too, once I'm done with it.
Hi all, I noticed some of you are encountering the same 401 Unauthorized problem as some of you have already discussed with me on Facebook on the same problem. The error: 401 Unaithurized just as the name goes, means you are doing a kind of operation you are not authorized to do. Remember we are using Spring Security in this project to lockdown some endpoints for only users with the said authority or Role. So if you encounter this error like some of you already have, here are some checks you should do: 1. Make sure you are logged in and you have the correct role for the operation you are trying to make. 2. Check the Security Configuration class ( public class WebSecurityConfig ) and find this method ( public SecurityFilterChain filterChain(HttpSecurity http) ), then go through the configuration code step-by-step to check the endpoints authorization, and adjust it as per your need. If you still have more problems, please contact me at [ facebook.com/cDaily115 ] for quick assistance. Thank you all, I really appreciate you all. Please do not forget to Subscribe as you watch.🙏🙏🙏
I'm facing the same 401 Unauthorized problem on Postman for my first POST, although the server is up on localhost:9192. I've followed every step until 1:19:59 but I don't know how to solve this problem. What do you mean about login and correct role in 1) ? I don't have created any Security Config Class yet. As I said i reached 1:19:59 but i wanna fix Postman problems before go on with the video. Thank you for any advices
4:17:58 friend, you are modifying off-camera and then you forget to tell us what you have modified. i had follow along every step you've made and now i'm stuck because i can't get get the existing rooms part appear on my page.
I have the same problem. From Client Side I can't loading Existing Rooms and Filter for RoomTypes. I see only the error message: ""Error fetching rooms", which is the catch() clause in getAllRooms() of ApiFunction.js and from console I see "Failed to load resource: the server responded with a status of 500 ()". I don't know why this error appears since i've added the same PATH "/rooms/all-rooms" in the api.get of Front End Side and @GetMapping("/all-rooms") on getAllRooms() on Back end side. How can i Solve this problem?
@@gusdev-r e aí tudo bem ? eu nem iniciei esse curso. Comecei o de 3h e 30, também Spring e React. Mas estou focado em outros conteúdos no momento. Acredito ser um excelente curso sim, 20h de conteúdo
Hi, friends! At moment 2:31:00, when the application is tested from VS Code, I cannot see anything on my browser. It appears just a blank page even I followed the tutorial step by step till that moment. Anyone encounter the same problem? Thanks in advance!
Hi, sorry for that, but in this case I would rather say you should check the error messages in the browser console. Typically, when you run reactjs app and nothing showed up in the browser, it might be caused by a couple of other things such as: typos in method names, some import related issues, etc. Just try to check your browser console to see what the issue is.
@@dailycodework, thank you very much for taking time to respond to me. I've opened the browser console and i found out a few problems. The first problem states: "Uncaught ReferenceError: RoomTypeSelector is not defined at AddRoom (AddRoom.jsx:68:20)". The second issue is this: "The above error occurred in the component: at AddRoom (localhost:5173/src/components/room/AddRoom.jsx:22:33) at App". The indicated line, 22:33 is that one: const [newRoom,setNewRoom] = useState({ in the AddRoom file. I'm trying to figure out what I have done wrong but I'm completely blocked now.
@@remusbasalic7845 i had same problem and using Console (suggested by author) i find out the same errors. I solved adding this line: import React, { useState } from "react" in AddRoom.jsx and all works fine. Thanks to your comment I find the same mistakes and using console I Simply find the bug. Unfortunately vscode doesn't warn us on some imports..
@@raffaelebarbato8211 Thanks for your comment. The problem is that I already had that import in AddRoom.jsx, as the author made in his tutorial. Still, unfortunatelly, I have the same errors and no form displayed in my browser page. I am really sorry because I really like this tutorial and the explanations.
@@TicTac02 bro issue resolve it is due to the dependency which have been included ,till this point only use the initial 4 dependency which were added at the start of the project.
@@dailycodework awesome thank you so much!, Also, thank you so much for the hard work you put into these projects for us, I really appreciate it. I’ve learned a lot.
What is jackson-databind dependency , Where can I find that ?....I just can see CSS starter file on the description box. I am just starting this course and enjoying !!
IntelliJ, Eclipse, or any IDE of your choice, MYSQL Database, MySQL Workbench, JDK ( latest version prefer ), Nodejs, VSCode, or any of your favorite. Then you are good to go.
@@mafiayt6793 pls check his pinned message, it explains everything, 491 is security issue, means unauthorized, you're trying to assess a route you don't have permission to assess, let me know if you still face the challenge
When I'm trying to learn and run client-side step by step as you are doing I am getting errors, the code is exactly the same, but components are not loading in browser
why is there no DTO package and classes in this project.Can you explain to me your reasoning for doing so?Does it not lower the security of accessing objects?
I think a lot of people have this 401 unauthorised issue, I'm coming from a python/js place, I will appreciate you help them solve it, it will be great for the channel. Have a great day.
Hello sir, Can you please share the rooms pics and other pics you have used in throughout the project if you already have shared and i have missed it please tell me from where i get those and also thank you for creating such incredible video for demonstrating whole project... Hats off to you sir. Regards, Jon Snow
Project part 1 source code and photos::: drive.google.com/drive/folders/12Dy7Q0Hf23TfyQ44DVkQ8ap-emM4_YMR?usp=drive_link You need any further guide I'll help you as much as I can. ::: johnsonmakings@gmail.com All credit to @dailycodework for the good work. On behalf of everybody finding this useful I say thank you thank's pal
Hi I am getting 431 (Request Header Fields Too Large) error due to which the image cannot be render on the web browser it is happening when I am editing the room !
I have a problem with MySQL Workbench. How to create a connection? Are there more detailed instructions? At 57:41, my “create a new schema in the connection sql server” button is grayed out and I can’t make a connection. What is the problem?
@@dailycodework Actually, I joined an MNC and have only 6 months of training experience in Java Spring Boot and React. I want to know how many years of experience I need to reach your level because your expertise is so advanced, and you can think through every function flawlessly.And sir you have 7 years of experience that's amazing.I wish I will have expertise like you in future 😃.
@@RacingMaster-ij2ch Sure, you can do more than me in future, all you need to do is to understand the concept and practice everytime, with real life scenario projects. Remember, Practice makes Perfect! 🙂
once check u r room controller class in backend , check the getAllRooms in that controller class, there u will find this line roomResponse.add(roomResponse); , this is wrong if u have it , make it as roomResponses.add(roomResponse); this is the function @GetMapping("/rooms/all-rooms") public ResponseEntity getAllRooms() throws SQLException { List rooms=roomService.getAllRooms(); List roomResponses = new ArrayList(); for(Room room:rooms) { byte[] photoBytes = roomService.getRoomPhotoByRoomId(room.getId()); if(photoBytes != null && photoBytes.length>0) { String base64Photo = Base64.encodeBase64String(photoBytes); RoomResponse roomResponse = getRoomResponse(room); roomResponse.setPhoto(base64Photo); roomResponses.add(roomResponse); } } return ResponseEntity.ok(roomResponses); }
Sorry @Dai, But when I follow your code. I run code in FE , part of payment cannot success. And I check follow your code in Video . What is the problem here ? Can you tell me ?
2:40:14 when saving new room types its showing all types in Workbanch but not in my localhost. when im refreshing i dont see any types in browser but i can see in database. who knows how to fix it?
I have questions about how to configure spring boot on system not having internet access.Is this possible that on system having internet access configure spring boot with maven dependcies when all things are done then copy the folder to system having no internet? If this is right way then please mention how i can achive this?
Java Full-Stack Development Course:
Build a complete Secured Pet Clinic with Java / Spring Boot / Reactjs with full security. ( full course 50% off price )
www.udemy.com/course/a-complete-guide-to-java-full-stack-development-with-react/?couponCode=DCWFEB6CC
Great video! I haven't completed it yet, but your explanations are incredibly clear, and you take the time to break down each part of the code. Despite having some prior knowledge in React and Spring, I find your tutorial to be exceptionally beginner-friendly. This project seems like a valuable addition to a portfolio. Keep up the great work!
Thanks so much, I'm to hear that:-)
Are you using intelij community or premium
I couldn't add spring dependencies
@@whatsurstry Community, but either should work
Oh my. This is awesome. God bless for the time and all. I'm 10hours in. Though I don't have a full grasp of every thing but there's a lot I have learn already.
Good to hear :-)
Hi I am getting 431 (Request Header Fields Too Large) error due to which the image cannot be render on the web browser it is happening when I am editing the room ! can you help me out
Thank you for the tutoration, i have a suggestion about the video, could you please show the completed website before start coding, it would give us a chance to understand the structure of this web, and before you code every each component, you could show how this component looks like in website, and how it works with other component, it could help us to understand the relationship of them.
Awesome project! Thanks for doing it.
If you don't mind, here are the timestamps to the different parts:
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 rooms functionality
3:12:17 Front end fetch all rooms 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 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
Wow! You've done a great job, thanks so much, buddy
Hi, friend, thank you so much for helping with the timestamps, I couldn't really have the time to do it because I have been so busy with other projects. I deeply appreciate your support, thank you so much. One Love !!!
@@dailycodework No problem, bro! It's really nothing compared to your efforts with these projects. Just thought as I was going along with the project, I might as well jot down a few timestamps. I'll post it for the part-2 video too, once I'm done with it.
Hi, can you reach me on facebook? facebook.com/cDaily115
for the 401 auth error , remove the spring security dependency in pom file , i got the answer today after working on it for 6 hrs , hope it helps 😁.
Thank you, bro, I also faced the same problem 😂😂😂
非常感谢
Bro which dependencies should we Remove to solve this error ?
@@ritwiksingh693 Comment or remove the Spring Security Dependency in pom.xml file, later you can add it whenever Spring Security is configured
there is a dependency named spring security in pom file , remove it @@ritwiksingh693
I will definitely circulate your channel with my friends.
Thanks man
I'm glad to hear that, thanks so much 🙏🙏
Hi all, I noticed some of you are encountering the same 401 Unauthorized problem as some of you have already discussed with me on Facebook on the same problem. The error: 401 Unaithurized just as the name goes, means you are doing a kind of operation you are not authorized to do. Remember we are using Spring Security in this project to lockdown some endpoints for only users with the said authority or Role. So if you encounter this error like some of you already have, here are some checks you should do:
1. Make sure you are logged in and you have the correct role for the operation you are trying to make.
2. Check the Security Configuration class ( public class WebSecurityConfig ) and find this method ( public SecurityFilterChain filterChain(HttpSecurity http) ), then go through the configuration code step-by-step to check the endpoints authorization, and adjust it as per your need. If you still have more problems, please contact me at [ facebook.com/cDaily115 ] for quick assistance. Thank you all, I really appreciate you all. Please do not forget to Subscribe as you watch.🙏🙏🙏
Thanks a lot 👍
@@aiedu1574 hello there , have your problem solved? I am facing the same Can you help me out of this?
Just add @CrossOrigin annotation at the top of your controller class to fix CORS issue
@@rohitlove1c Thanks Brother
I'm facing the same 401 Unauthorized problem on Postman for my first POST, although the server is up on localhost:9192. I've followed every step until 1:19:59 but I don't know how to solve this problem. What do you mean about login and correct role in 1) ? I don't have created any Security Config Class yet. As I said i reached 1:19:59 but i wanna fix Postman problems before go on with the video. Thank you for any advices
very good teacher gretting from PERU 🇵🇪
4:17:58 friend, you are modifying off-camera and then you forget to tell us what you have modified. i had follow along every step you've made and now i'm stuck because i can't get get the existing rooms part appear on my page.
Oh, sorry about that, friend, please you can drop a clear message on Facebook page so that I can follow up for you
I have the same problem. From Client Side I can't loading Existing Rooms and Filter for RoomTypes. I see only the error message: ""Error fetching rooms", which is the catch() clause in getAllRooms() of ApiFunction.js and from console I see "Failed to load resource: the server responded with a status of 500 ()". I don't know why this error appears since i've added the same PATH "/rooms/all-rooms" in the api.get of Front End Side and @GetMapping("/all-rooms") on getAllRooms() on Back end side. How can i Solve this problem?
same did u get the error?@@raffaelebarbato8211
@@eswaryeluri9604 i get it, just add getAllrooms() from utils in ExistingRooms, and Add ExistingRoom file in App.js thats it
i agree i just wasted my fuckin time
github link ?
My very thanks from Brazil, your work is invaluable!
Thanks so much :-)
@@dailycodework on frontend Will any graphs or chart be implemented in this project ?
@@marcelobc2230 opa marcelo, terminou o projeto, o tutorial é completo?
@@marcelobc2230 opa marcelo, sabe me dizer se o curso é completo?
@@gusdev-r e aí tudo bem ? eu nem iniciei esse curso. Comecei o de 3h e 30, também Spring e React. Mas estou focado em outros conteúdos no momento. Acredito ser um excelente curso sim, 20h de conteúdo
if you dont get response in frontend for room types
pls enable cors in your controller class
How to add it in controller class
@@soorajramanchadalawada in top of your use cors annotations
can u explain more plsss
Awesome, thank you for sharing this beginner friendly tutorial. So excited to follow!
Thanks ✌
Thanx for the great tutorial! Is there any chance to see a video on SpringBoot and ReactJS with TypeScript in the future? It would be great!
can you share the github repo link
Day 1 -> 56:14
Day 2 -> 1:22:10
Day 3 -> 2:32:15
In case of using Eclipse IDE what are the process to be followed, could you please share. Thanks ..
Great🙏 can’t wait for the microservices tutorial.
Thanks, mate, we will delve into that soon :-)
+1.
@@dailycodework that a good news 🤩
It's serious good news.
Can you give me all the photos included in this project? I really appreciate it. I subscribed and liked the video.
Wow, I am really appreciate your effort sir. great Thank you so much for this video.
Thanks and welcome
at 2:37 not getting rooms that are stored in db
Hi, friends! At moment 2:31:00, when the application is tested from VS Code, I cannot see anything on my browser. It appears just a blank page even I followed the tutorial step by step till that moment. Anyone encounter the same problem? Thanks in advance!
Hi, sorry for that, but in this case I would rather say you should check the error messages in the browser console. Typically, when you run reactjs app and nothing showed up in the browser, it might be caused by a couple of other things such as: typos in method names, some import related issues, etc. Just try to check your browser console to see what the issue is.
@@dailycodework, thank you very much for taking time to respond to me. I've opened the browser console and i found out a few problems. The first problem states: "Uncaught ReferenceError: RoomTypeSelector is not defined at AddRoom (AddRoom.jsx:68:20)". The second issue is this: "The above error occurred in the component: at AddRoom (localhost:5173/src/components/room/AddRoom.jsx:22:33) at App". The indicated line, 22:33 is that one: const [newRoom,setNewRoom] = useState({ in the AddRoom file. I'm trying to figure out what I have done wrong but I'm completely blocked now.
@@remusbasalic7845 i had same problem and using Console (suggested by author) i find out the same errors. I solved adding this line: import React, { useState } from "react" in AddRoom.jsx and all works fine. Thanks to your comment I find the same mistakes and using console I Simply find the bug. Unfortunately vscode doesn't warn us on some imports..
@@raffaelebarbato8211 Thanks for your comment. The problem is that I already had that import in AddRoom.jsx, as the author made in his tutorial. Still, unfortunatelly, I have the same errors and no form displayed in my browser page. I am really sorry because I really like this tutorial and the explanations.
Getting the same issue, I tried everything but still can't seem to figure it out, did you fix the issue? if so would you mind sharing how?
1:20:17
Which workbench you are using
MySQL Workbench
Once I try to run the add-room request, I am getting 401 Unauthorized error in postman
Me too terrible did you solve? I’m stuck in this error for 5 hrs😂
@dailycodework
@@cassiekim4321I am facing the same error. Did you managed to solve it? Thanks in advance!
i have the same error. How can i solve this? i would avoid to use Spring Security but i don't know which dependency i need to remove
I solved adding this line @SpringBootApplication(exclude = {SecurityAutoConfiguration.class }) before main Class :)
showing error in setRoom method at 45:19 cannot resolve setRoom in booked room asking to create a setRoom method
1:20:00 getting 401 Unauthorized error in postman
anybody know how to solve it?
same issue
@dailycodework
@@TicTac02 bro issue resolve it is due to the dependency which have been included ,till this point only use the initial 4 dependency which were added at the start of the project.
whether the issue is solved?
Same issue terrible
How to add room available inventory date wise for different room type. Thanks and Regards..
Appreciated for the Tutorial ! 😃
Thanks ✌
I don't see a link in the description for the CSS or the Springboot dependencies, did I miss it?
Updated, sorry for that! 🙏
@@dailycodework awesome thank you so much!, Also, thank you so much for the hard work you put into these projects for us, I really appreciate it. I’ve learned a lot.
@@wchandler2010 🙏🙏🙏🙏 :-)
Can someone help me with 1:19:26?
Postman gave the response of 401 unauthorized but I followed the exact step in the video. Thanks in advance.
me too
I m also facing same issue
did u solve the error bro?
@@praveenchakravarthy2776 if we remove spring security dependencies from POM file it will work later we can add that dependency
hello there , have your problem solved? I am facing the same Can you help me out of this?
Thank you for sharing this. I will try to go step by step. There is some sql file for the database???
Very nice Full stack tutorial 💯
Could you please add timestamps
Can i get the Time frame to follow it easily?
Hello, can you make a similar video for a banking application with PostgresQL as database? Thank you
What is jackson-databind dependency , Where can I find that ?....I just can see CSS starter file on the description box. I am just starting this course and enjoying !!
Hi, I'm glad you are enjoying it :-). you can get the pom file from here drive.google.com/file/d/1lylFl-HlLjKN-QwuCYUiX_H261_VmmH-/view?usp=sharing
What are the software’s I need to install to implement it in my lap?
IntelliJ, Eclipse, or any IDE of your choice, MYSQL Database, MySQL Workbench, JDK ( latest version prefer ), Nodejs, VSCode, or any of your favorite. Then you are good to go.
where do you get the pictures, which are in the css file can i get the pictures.
Hello, the project is very successful. How is the selected RoomType value triggered in the ExistingRooms component, that is, how does it change?
Have you taken care of concurrency while booking room
Sure, good question, you can think and take care of that in the real-world environment.
can i ask where do you create the confirmationcode for the booking?
which design pattern have you followed ?
Hi Friend, What is your font in IntelliJ? Thank you.
are u using Spring JPA in this project bro?
Sure, you can get that information from the EntityRepository extends JpaRepository
Would you be able to upload the java backend code to github please?
can anyone help me with the error 401 Unauthorized in Postman? pls
Terrible did you solve? Same here
Token issues maybe
@@cassiekim4321 I tried everything but it still don’t work, hah
@tomxyz03
I spent 5 hrs lol and I didn’t solve yet lol I think we need this tutor’s advice
@dailycodework
Can I please get a github repository of this project?
Hi, check the part 2 the link is there
Hello Great video! Is there any way you can provide access to the source code?
Hi, sure, you can check the final part ( part 2 ) to get the source code link
@@dailycodework your the best, thanks!
Thanks man. Can i get source of lakeSide-hotel-demo-server? it is not on your github
Sure, check the final part from the link in the video description you will find the the link to the GitHub repo for the source code;
1:20:10
I have error mediafilenotacceptabkeException
please i get his error : Registration error : User registration error : Request failed with status code 401
This looks great without taking yet
:-) :-)
Please, don't forget to subscribe 🙏
@@mafiayt6793 pls check his pinned message, it explains everything, 491 is security issue, means unauthorized, you're trying to assess a route you don't have permission to assess, let me know if you still face the challenge
When I'm trying to learn and run client-side step by step as you are doing I am getting errors, the code is exactly the same, but components are not loading in browser
Hi, sorry for the late reply, please what's the error you are having?
@@dailycodework thanx for reply, problem was solved
@@dailycodework thanx for reply, problem was solved
Nice one 👏 can you provide the documentation as the video is so long
Can you give me the plugin you installed to use in this project? I think it's quite nice
Backend: Intellij Ultimate ( Atom Material Theme ) frontend: Vscode
why is there no DTO package and classes in this project.Can you explain to me your reasoning for doing so?Does it not lower the security of accessing objects?
Sure, you can introduce DTO classes to take care of your security aspect of things 🙂
Sir when are you doing complete full stack ecommerce sir, nice tutorial bro
I think a lot of people have this 401 unauthorised issue, I'm coming from a python/js place, I will appreciate you help them solve it, it will be great for the channel.
Have a great day.
Sure, you're right, I will check it this weekend to see what is happening. Thanks so much.
hello there , have your problem solved? I am facing the same Can you help me out of this?
I solved adding this line @SpringBootApplication(exclude = {SecurityAutoConfiguration.class }) before main Class :)
no tienes el github del proyecto?
Hello sir,
Can you please share the rooms pics and other pics you have used in throughout the project
if you already have shared and i have missed it please tell me from where i get those
and also thank you for creating such incredible video for demonstrating whole project...
Hats off to you sir.
Regards,
Jon Snow
Project part 1 source code and photos::: drive.google.com/drive/folders/12Dy7Q0Hf23TfyQ44DVkQ8ap-emM4_YMR?usp=drive_link
You need any further guide I'll help you as much as I can. ::: johnsonmakings@gmail.com
All credit to @dailycodework for the good work.
On behalf of everybody finding this useful I say thank you thank's pal
why you not share the source code on github please share
Hi, sorry for that, please check the video description to get the source code link
I have error while cross sharing the data. Anyone one have same issues and solve the problem then let me know
yes i have also same issue. 401 while sharing data from frontend to backend
@@chetanyadav6421 omments this line If you get 401 error while test with postman
-- -->
Hello sir I trying to locally setting this project from your GitHub repo but I have facing issue in backend it is showing not able to load content
bro how do i run frontend on vs code, please clear this!
Hi, Sorry for the delay, open your Terminal on VSCode, cd inside your project directory and : npm run dev
The intllij interface and versions are different and it is creating problems, how to manage?
Amazing project! I wanna ask if the project is completely covered with those 3 videos? because its says "3 videos are not available"
Hi, sorry, for late reply, please check the part 2
Hi, please check here : ruclips.net/video/7gZwWSsGIDE/видео.htmlsi=VoBm83-QusjAQBcW
Error:
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
My ide intelij
Hi I am getting 431 (Request Header Fields Too Large) error due to which the image cannot be render on the web browser it is happening when I am editing the room !
@dailycodework help me out.
Github link please..............
Check the video description on part 2
How do get to the backend
Grt.... Sir next video will come or not
It will be ready in a few hours🙏🙏
excellent need more of reactjs nextjs springboot videoss
Noted !!! :-)
i download it from github but i do not run project backend and fontend connect help me
im going to watch this in another 3 months hope this video willbe available. currently im stuck with all acedemeic workload
Sure, it's always here for you 🙂
I have a problem with MySQL Workbench. How to create a connection? Are there more detailed instructions? At 57:41, my “create a new schema in the connection sql server” button is grayed out and I can’t make a connection. What is the problem?
Please, it's best to follow the tutorial the way the tables are created in the database by JPA / Hibernate mapping in the entity classes.
@@dailycodework Thank you, everything worked out for me =)
@@TheDanielll1 I'm glad to hear that :-)
Same issue i have followed all the tutorials still i couldn't connect
Hi Friend, when you make the 2nd part of this video, would you please also cover the topic on how to make this full stack application live on AWS ?
Part 2 done already, will be uploaded tonight
@@dailycodework In some later video will you teach us how to host this for live usage ?
@@hikikomori9387 Sure, we are going to do something like that soon
Hi
getting No JTA platform available error
Can you have event management and booking platform project using JSP servlet
who still uses JSP
Sir how much experience do u have in Java spring boot field and react ? Because u are so good at it
🙂 🙂
@@dailycodework i mean how many years of experience do you have?😅
@@RacingMaster-ij2ch hahaha, why u so curious to know 😂😂 I'm 7 years old as a developer
@@dailycodework Actually, I joined an MNC and have only 6 months of training experience in Java Spring Boot and React. I want to know how many years of experience I need to reach your level because your expertise is so advanced, and you can think through every function flawlessly.And sir you have 7 years of experience that's amazing.I wish I will have expertise like you in future 😃.
@@RacingMaster-ij2ch Sure, you can do more than me in future, all you need to do is to understand the concept and practice everytime, with real life scenario projects. Remember, Practice makes Perfect! 🙂
Where is the file for the dependency ?
Hi, sorry for the late reply, please check the discription section
404 authorization post man help me
once check u r room controller class in backend , check the getAllRooms in that controller class, there u will find this line roomResponse.add(roomResponse); , this is wrong if u have it , make it as roomResponses.add(roomResponse);
this is the function
@GetMapping("/rooms/all-rooms")
public ResponseEntity getAllRooms() throws SQLException
{
List rooms=roomService.getAllRooms();
List roomResponses = new ArrayList();
for(Room room:rooms)
{
byte[] photoBytes = roomService.getRoomPhotoByRoomId(room.getId());
if(photoBytes != null && photoBytes.length>0)
{
String base64Photo = Base64.encodeBase64String(photoBytes);
RoomResponse roomResponse = getRoomResponse(room);
roomResponse.setPhoto(base64Photo);
roomResponses.add(roomResponse);
}
}
return ResponseEntity.ok(roomResponses);
}
just check your variable names are crct or not in room controller class in intellij
Where to add database
Thank you for the nice tutorial. pls consider availing source code
Available in the final part ( part 2)
Are you using springboot 3.x version ?
Yep
Hello, around 4:19:00, i keep getting error "filteredRooms.slice is not a function". What can i do to resolve it?
i have found the issue, i was supposed to "return result.data" in the getAllRooms functions in apiFunctions
incase anyone is stuck here
How to solve 401 error? In postman?
@@cassiekim4321 same
where is final part 2
Here : ruclips.net/video/7gZwWSsGIDE/видео.html 🙂
Hi, would it be possible if you could add timestamps?
Hey , I am facing the error of cross origin how can i deal with it
@@Jitendra-pm2qb add @CrossOrigin top in the controller
no source code link..?
Sure, you can get it from the description here:
ruclips.net/video/7gZwWSsGIDE/видео.html&ab_channel=DailyCodeWork
i cant type any words in input field when adding new room, pls help me
You need to handle input change event on your controls
@@dailycodework i have, but it still not work
Sorry @Dai, But when I follow your code. I run code in FE , part of payment cannot success. And I check follow your code in Video . What is the problem here ? Can you tell me ?
Sorry, I'm not sure if I understand your request. Please can you rephrase?
in link no dep..... code please
Code will be uploaded on github soon after the second half, stay tuned, mate 🙏🙏
@@dailycodework Please upload
@@rohithn-76uploaded, check part 2
@@dailycodework thank you
Is that necessary to have intelij premium to do this project
Not at all, you can use any IDE of your choice that has Spring support
@@dailycodework Can we use spring suite
hey , i am facing cors error , how can i fix it , please reply asap
I'm also facing the same error have you found a solution ?
U can fix this easily
I do not have intellij ultimate for spring initializr. Can i use spring tool suite 4 instead ?
Sure, you can!
What extension you use to make the Explorer in VS look different, I dont have icon before folder name?
2:40:14 when saving new room types its showing all types in Workbanch but not in my localhost. when im refreshing i dont see any types in browser but i can see in database. who knows how to fix it?
getting
Uncaught (in promise) Error: Error fetching room types
at getRoomTypes (ApiFunctions.js:29:15)
this error when inspecting page
@@PieTieGuyTv you have error in api . just recheck once
Hello, have you fixed that error yet?
while starting the react app using "npm run dev" only black screen is visible please suggest what to do i copied your code.
Sorry, but please patiently watch the video to understand it. It's best to watch the video so that you can get it all. :-)
I have questions about how to configure spring boot on system not having internet access.Is this possible that on system having internet access configure spring boot with maven dependcies when all things are done then copy the folder to system having no internet? If this is right way then please mention how i can achive this?
It's awesome I AM learning this can u please update source Code also
Sure, check part 2 which is the final part to get comple source code