Java Full-Stack: Hotel Booking App With Spring Boot, Spring Security & Reactjs

Поделиться
HTML-код
  • Опубликовано: 15 янв 2025

Комментарии • 442

  • @dailycodework
    @dailycodework  5 месяцев назад +3

    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

  • @felixmamelix7819
    @felixmamelix7819 Год назад +19

    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!

    • @dailycodework
      @dailycodework  Год назад

      Thanks so much, I'm to hear that:-)

    • @whatsurstry
      @whatsurstry 5 месяцев назад

      Are you using intelij community or premium

    • @whatsurstry
      @whatsurstry 5 месяцев назад

      I couldn't add spring dependencies

    • @felixmamelix7819
      @felixmamelix7819 5 месяцев назад

      @@whatsurstry Community, but either should work

  • @rowland_kanu
    @rowland_kanu Год назад +9

    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.

    • @dailycodework
      @dailycodework  Год назад +1

      Good to hear :-)

    • @VeekeshSingh-hj1oy
      @VeekeshSingh-hj1oy Год назад

      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

  • @leisun9378
    @leisun9378 10 месяцев назад +10

    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.

  • @lucksmith-wd
    @lucksmith-wd 7 месяцев назад +3

    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

    • @dailycodework
      @dailycodework  7 месяцев назад +1

      Wow! You've done a great job, thanks so much, buddy

    • @dailycodework
      @dailycodework  7 месяцев назад

      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 !!!

    • @lucksmith-wd
      @lucksmith-wd 7 месяцев назад

      @@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.

    • @dailycodework
      @dailycodework  6 месяцев назад

      Hi, can you reach me on facebook? facebook.com/cDaily115

  • @eswaryeluri9604
    @eswaryeluri9604 10 месяцев назад +15

    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 😁.

    • @abhishekrajravi6155
      @abhishekrajravi6155 10 месяцев назад +1

      Thank you, bro, I also faced the same problem 😂😂😂

    • @zhang张辉
      @zhang张辉 9 месяцев назад +1

      非常感谢

    • @ritwiksingh693
      @ritwiksingh693 9 месяцев назад +1

      Bro which dependencies should we Remove to solve this error ?

    • @abhishekrajravi6155
      @abhishekrajravi6155 9 месяцев назад

      ​@@ritwiksingh693 Comment or remove the Spring Security Dependency in pom.xml file, later you can add it whenever Spring Security is configured

    • @eswaryeluri9604
      @eswaryeluri9604 9 месяцев назад

      there is a dependency named spring security in pom file , remove it @@ritwiksingh693

  • @abidjilani753
    @abidjilani753 Год назад +5

    I will definitely circulate your channel with my friends.
    Thanks man

    • @dailycodework
      @dailycodework  Год назад +1

      I'm glad to hear that, thanks so much 🙏🙏

  • @dailycodework
    @dailycodework  11 месяцев назад +33

    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.🙏🙏🙏

    • @aiedu1574
      @aiedu1574 11 месяцев назад

      Thanks a lot 👍

    • @prajwalsoni9686
      @prajwalsoni9686 11 месяцев назад

      @@aiedu1574 hello there , have your problem solved? I am facing the same Can you help me out of this?

    • @rohitlove1c
      @rohitlove1c 11 месяцев назад +3

      Just add @CrossOrigin annotation at the top of your controller class to fix CORS issue

    • @prajwalsoni9686
      @prajwalsoni9686 11 месяцев назад

      @@rohitlove1c Thanks Brother

    • @raffaelebarbato8211
      @raffaelebarbato8211 11 месяцев назад +5

      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

  • @mateohuancho5497
    @mateohuancho5497 11 месяцев назад +1

    very good teacher gretting from PERU 🇵🇪

  • @andreirazvan690
    @andreirazvan690 Год назад +3

    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.

    • @dailycodework
      @dailycodework  Год назад +1

      Oh, sorry about that, friend, please you can drop a clear message on Facebook page so that I can follow up for you

    • @raffaelebarbato8211
      @raffaelebarbato8211 10 месяцев назад

      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?

    • @eswaryeluri9604
      @eswaryeluri9604 9 месяцев назад

      same did u get the error?@@raffaelebarbato8211

    • @chetanyadav6421
      @chetanyadav6421 9 месяцев назад

      @@eswaryeluri9604 i get it, just add getAllrooms() from utils in ExistingRooms, and Add ExistingRoom file in App.js thats it

    • @breadbeats6477
      @breadbeats6477 8 месяцев назад +1

      i agree i just wasted my fuckin time

  • @seek2learn98
    @seek2learn98 9 месяцев назад +16

    github link ?

  • @marcelobc2230
    @marcelobc2230 11 месяцев назад +2

    My very thanks from Brazil, your work is invaluable!

    • @dailycodework
      @dailycodework  11 месяцев назад

      Thanks so much :-)

    • @marcelobc2230
      @marcelobc2230 11 месяцев назад

      @@dailycodework on frontend Will any graphs or chart be implemented in this project ?

    • @gusdev-r
      @gusdev-r 9 месяцев назад

      @@marcelobc2230 opa marcelo, terminou o projeto, o tutorial é completo?

    • @gusdev-r
      @gusdev-r 9 месяцев назад

      @@marcelobc2230 opa marcelo, sabe me dizer se o curso é completo?

    • @marcelobc2230
      @marcelobc2230 9 месяцев назад +1

      @@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

  • @Sedhu_17
    @Sedhu_17 11 месяцев назад +4

    if you dont get response in frontend for room types
    pls enable cors in your controller class

    • @soorajramanchadalawada
      @soorajramanchadalawada 10 месяцев назад

      How to add it in controller class

    • @Sedhu_17
      @Sedhu_17 10 месяцев назад

      @@soorajramanchadalawada in top of your use cors annotations

    • @hungshiba4567
      @hungshiba4567 10 месяцев назад

      can u explain more plsss

  • @dbdbdbdiv
    @dbdbdbdiv Год назад +2

    Awesome, thank you for sharing this beginner friendly tutorial. So excited to follow!

  • @eulu_
    @eulu_ Месяц назад

    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!

  • @aadeshsharma0001
    @aadeshsharma0001 6 месяцев назад +2

    can you share the github repo link

  • @Tab-i6c
    @Tab-i6c 10 дней назад

    Day 1 -> 56:14
    Day 2 -> 1:22:10
    Day 3 -> 2:32:15

  • @rupashreebhanjdeo5998
    @rupashreebhanjdeo5998 Год назад +2

    In case of using Eclipse IDE what are the process to be followed, could you please share. Thanks ..

  • @atalibcodinglevel7518
    @atalibcodinglevel7518 Год назад +1

    Great🙏 can’t wait for the microservices tutorial.

  • @mrcodeofficial-7
    @mrcodeofficial-7 4 месяца назад +1

    Can you give me all the photos included in this project? I really appreciate it. I subscribed and liked the video.

  • @bhagyatheexplore
    @bhagyatheexplore Год назад +2

    Wow, I am really appreciate your effort sir. great Thank you so much for this video.

  • @Chlo_Chle_Hum
    @Chlo_Chle_Hum 5 месяцев назад

    at 2:37 not getting rooms that are stored in db

  • @remusbasalic7845
    @remusbasalic7845 11 месяцев назад +4

    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!

    • @dailycodework
      @dailycodework  11 месяцев назад +4

      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.

    • @remusbasalic7845
      @remusbasalic7845 11 месяцев назад +1

      @@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.

    • @raffaelebarbato8211
      @raffaelebarbato8211 11 месяцев назад +3

      @@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..

    • @remusbasalic7845
      @remusbasalic7845 11 месяцев назад

      @@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.

    • @harshaapapalkar2019
      @harshaapapalkar2019 10 месяцев назад

      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?

  • @mrGamer-lb5xk
    @mrGamer-lb5xk 10 месяцев назад

    1:20:17
    Which workbench you are using

    • @GoodbyeMrX
      @GoodbyeMrX 9 месяцев назад

      MySQL Workbench

  • @gianniskarampatzakis1063
    @gianniskarampatzakis1063 Год назад +3

    Once I try to run the add-room request, I am getting 401 Unauthorized error in postman

    • @cassiekim4321
      @cassiekim4321 11 месяцев назад +1

      Me too terrible did you solve? I’m stuck in this error for 5 hrs😂

    • @cassiekim4321
      @cassiekim4321 11 месяцев назад

      @dailycodework

    • @remusbasalic7845
      @remusbasalic7845 11 месяцев назад +1

      @@cassiekim4321I am facing the same error. Did you managed to solve it? Thanks in advance!

    • @raffaelebarbato8211
      @raffaelebarbato8211 11 месяцев назад +1

      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

    • @raffaelebarbato8211
      @raffaelebarbato8211 11 месяцев назад

      I solved adding this line @SpringBootApplication(exclude = {SecurityAutoConfiguration.class }) before main Class :)

  • @kunalvijay7658
    @kunalvijay7658 10 месяцев назад

    showing error in setRoom method at 45:19 cannot resolve setRoom in booked room asking to create a setRoom method

  • @TicTac02
    @TicTac02 Год назад +2

    1:20:00 getting 401 Unauthorized error in postman
    anybody know how to solve it?

    • @paragnaik5097
      @paragnaik5097 Год назад +1

      same issue

    • @TicTac02
      @TicTac02 Год назад +1

      @dailycodework

    • @paragnaik5097
      @paragnaik5097 Год назад +1

      @@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.

    • @cricketguru7596
      @cricketguru7596 Год назад

      whether the issue is solved?

    • @cassiekim4321
      @cassiekim4321 11 месяцев назад

      Same issue terrible

  • @rupashreebhanjdeo5998
    @rupashreebhanjdeo5998 9 месяцев назад

    How to add room available inventory date wise for different room type. Thanks and Regards..

  • @alfianalamsyahjayakelana8482
    @alfianalamsyahjayakelana8482 Год назад +1

    Appreciated for the Tutorial ! 😃

  • @wchandler2010
    @wchandler2010 Год назад +1

    I don't see a link in the description for the CSS or the Springboot dependencies, did I miss it?

    • @dailycodework
      @dailycodework  Год назад

      Updated, sorry for that! 🙏

    • @wchandler2010
      @wchandler2010 Год назад

      @@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.

    • @dailycodework
      @dailycodework  Год назад +1

      @@wchandler2010 🙏🙏🙏🙏 :-)

  • @tingdarren840
    @tingdarren840 11 месяцев назад +3

    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.

    • @nguyenminhquan8352
      @nguyenminhquan8352 11 месяцев назад +1

      me too

    • @cricketguru7596
      @cricketguru7596 11 месяцев назад +1

      I m also facing same issue

    • @praveenchakravarthy2776
      @praveenchakravarthy2776 11 месяцев назад

      did u solve the error bro?

    • @cricketguru7596
      @cricketguru7596 11 месяцев назад

      @@praveenchakravarthy2776 if we remove spring security dependencies from POM file it will work later we can add that dependency

    • @prajwalsoni9686
      @prajwalsoni9686 11 месяцев назад +1

      hello there , have your problem solved? I am facing the same Can you help me out of this?

  • @Criptubes
    @Criptubes 10 месяцев назад

    Thank you for sharing this. I will try to go step by step. There is some sql file for the database???

  • @eugenekwaka
    @eugenekwaka Год назад +2

    Very nice Full stack tutorial 💯
    Could you please add timestamps

  • @victorcousin8059
    @victorcousin8059 Год назад +1

    Can i get the Time frame to follow it easily?

  • @JSH1994
    @JSH1994 Год назад +1

    Hello, can you make a similar video for a banking application with PostgresQL as database? Thank you

  • @sayanTheExplorer100
    @sayanTheExplorer100 Год назад

    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 !!

    • @dailycodework
      @dailycodework  Год назад

      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

  • @vedhavlog
    @vedhavlog Год назад +2

    What are the software’s I need to install to implement it in my lap?

    • @dailycodework
      @dailycodework  Год назад

      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.

  • @naveenmanic9012
    @naveenmanic9012 19 дней назад

    where do you get the pictures, which are in the css file can i get the pictures.

  • @semihatosun8043
    @semihatosun8043 8 месяцев назад

    Hello, the project is very successful. How is the selected RoomType value triggered in the ExistingRooms component, that is, how does it change?

  • @Gaurav-vl6ym
    @Gaurav-vl6ym Месяц назад

    Have you taken care of concurrency while booking room

    • @dailycodework
      @dailycodework  Месяц назад

      Sure, good question, you can think and take care of that in the real-world environment.

  • @nAM0114
    @nAM0114 6 месяцев назад

    can i ask where do you create the confirmationcode for the booking?

  • @dhirajsardar9619
    @dhirajsardar9619 5 месяцев назад

    which design pattern have you followed ?

  • @Sr.BrianSt
    @Sr.BrianSt Год назад +1

    Hi Friend, What is your font in IntelliJ? Thank you.

  • @praveenchakravarthy2776
    @praveenchakravarthy2776 11 месяцев назад +1

    are u using Spring JPA in this project bro?

    • @dailycodework
      @dailycodework  11 месяцев назад

      Sure, you can get that information from the EntityRepository extends JpaRepository

  • @warpmaster7
    @warpmaster7 15 дней назад

    Would you be able to upload the java backend code to github please?

  • @tomxyz03
    @tomxyz03 11 месяцев назад +7

    can anyone help me with the error 401 Unauthorized in Postman? pls

    • @cassiekim4321
      @cassiekim4321 11 месяцев назад

      Terrible did you solve? Same here

    • @easwarapriyan9763
      @easwarapriyan9763 11 месяцев назад

      Token issues maybe

    • @tomxyz03
      @tomxyz03 11 месяцев назад +1

      @@cassiekim4321 I tried everything but it still don’t work, hah

    • @cassiekim4321
      @cassiekim4321 11 месяцев назад

      @tomxyz03
      I spent 5 hrs lol and I didn’t solve yet lol I think we need this tutor’s advice

    • @cassiekim4321
      @cassiekim4321 11 месяцев назад

      @dailycodework

  • @jettop1932
    @jettop1932 8 месяцев назад +1

    Can I please get a github repository of this project?

    • @dailycodework
      @dailycodework  8 месяцев назад

      Hi, check the part 2 the link is there

  • @apollossevere8602
    @apollossevere8602 11 месяцев назад +1

    Hello Great video! Is there any way you can provide access to the source code?

    • @dailycodework
      @dailycodework  11 месяцев назад

      Hi, sure, you can check the final part ( part 2 ) to get the source code link

    • @apollossevere8602
      @apollossevere8602 11 месяцев назад

      @@dailycodework your the best, thanks!

  • @munezero_sage_alliance
    @munezero_sage_alliance 11 месяцев назад +2

    Thanks man. Can i get source of lakeSide-hotel-demo-server? it is not on your github

    • @dailycodework
      @dailycodework  11 месяцев назад

      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;

  • @vishalbhargav4089
    @vishalbhargav4089 7 месяцев назад

    1:20:10
    I have error mediafilenotacceptabkeException

  • @mrAnas7221
    @mrAnas7221 8 месяцев назад +1

    please i get his error : Registration error : User registration error : Request failed with status code 401

  • @charitysimon-peraboh5555
    @charitysimon-peraboh5555 11 месяцев назад

    This looks great without taking yet

    • @dailycodework
      @dailycodework  11 месяцев назад

      :-) :-)

    • @dailycodework
      @dailycodework  11 месяцев назад

      Please, don't forget to subscribe 🙏

    • @charitysimon-peraboh5555
      @charitysimon-peraboh5555 6 месяцев назад

      @@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

  • @pranalghule1369
    @pranalghule1369 Год назад +1

    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

    • @dailycodework
      @dailycodework  11 месяцев назад +1

      Hi, sorry for the late reply, please what's the error you are having?

    • @pranalghule1369
      @pranalghule1369 11 месяцев назад

      @@dailycodework thanx for reply, problem was solved

    • @pranalghule1369
      @pranalghule1369 11 месяцев назад

      @@dailycodework thanx for reply, problem was solved

  • @vedhavlog
    @vedhavlog Год назад +1

    Nice one 👏 can you provide the documentation as the video is so long

  • @NamNam-gi6uz
    @NamNam-gi6uz 11 месяцев назад

    Can you give me the plugin you installed to use in this project? I think it's quite nice

    • @dailycodework
      @dailycodework  11 месяцев назад

      Backend: Intellij Ultimate ( Atom Material Theme ) frontend: Vscode

  • @abhishekranjan4566
    @abhishekranjan4566 Год назад

    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?

    • @dailycodework
      @dailycodework  Год назад

      Sure, you can introduce DTO classes to take care of your security aspect of things 🙂

  • @olanrewajusaka3991
    @olanrewajusaka3991 Год назад

    Sir when are you doing complete full stack ecommerce sir, nice tutorial bro

  • @techbarn_org
    @techbarn_org 11 месяцев назад +1

    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.

    • @dailycodework
      @dailycodework  11 месяцев назад +1

      Sure, you're right, I will check it this weekend to see what is happening. Thanks so much.

    • @prajwalsoni9686
      @prajwalsoni9686 11 месяцев назад +1

      hello there , have your problem solved? I am facing the same Can you help me out of this?

    • @raffaelebarbato8211
      @raffaelebarbato8211 11 месяцев назад

      I solved adding this line @SpringBootApplication(exclude = {SecurityAutoConfiguration.class }) before main Class :)

  • @blancoblanco1160
    @blancoblanco1160 9 месяцев назад

    no tienes el github del proyecto?

  • @JonSnow-em4to
    @JonSnow-em4to 7 месяцев назад

    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

    • @jarvisthedev
      @jarvisthedev 5 месяцев назад

      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

  • @IrfanAhmad-fj3eg
    @IrfanAhmad-fj3eg 11 месяцев назад +1

    why you not share the source code on github please share

    • @dailycodework
      @dailycodework  11 месяцев назад

      Hi, sorry for that, please check the video description to get the source code link

  • @rabinneupane5906
    @rabinneupane5906 9 месяцев назад +1

    I have error while cross sharing the data. Anyone one have same issues and solve the problem then let me know

    • @chetanyadav6421
      @chetanyadav6421 9 месяцев назад

      yes i have also same issue. 401 while sharing data from frontend to backend

    • @rabinneupane5906
      @rabinneupane5906 7 месяцев назад

      @@chetanyadav6421 omments this line If you get 401 error while test with postman
      -- -->

  • @princepandey4825
    @princepandey4825 10 месяцев назад

    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

  • @mohamednizar9753
    @mohamednizar9753 Год назад +1

    bro how do i run frontend on vs code, please clear this!

    • @dailycodework
      @dailycodework  Год назад

      Hi, Sorry for the delay, open your Terminal on VSCode, cd inside your project directory and : npm run dev

  • @TiyaBhatt4-de8sq
    @TiyaBhatt4-de8sq 8 месяцев назад

    The intllij interface and versions are different and it is creating problems, how to manage?

  • @nicolasgarcia253
    @nicolasgarcia253 Год назад

    Amazing project! I wanna ask if the project is completely covered with those 3 videos? because its says "3 videos are not available"

    • @dailycodework
      @dailycodework  Год назад

      Hi, sorry, for late reply, please check the part 2

    • @dailycodework
      @dailycodework  Год назад

      Hi, please check here : ruclips.net/video/7gZwWSsGIDE/видео.htmlsi=VoBm83-QusjAQBcW

  • @servetakcadag3777
    @servetakcadag3777 Год назад +1

    Error:
    Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
    My ide intelij

  • @VeekeshSingh-hj1oy
    @VeekeshSingh-hj1oy Год назад +1

    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 !

  • @cinemahal7
    @cinemahal7 8 месяцев назад +1

    Github link please..............

    • @dailycodework
      @dailycodework  8 месяцев назад

      Check the video description on part 2

  • @sserugundamicheal1996
    @sserugundamicheal1996 2 месяца назад

    How do get to the backend

  • @yaseenkhan9012
    @yaseenkhan9012 Год назад

    Grt.... Sir next video will come or not

  • @shreyojitdas9333
    @shreyojitdas9333 Год назад

    excellent need more of reactjs nextjs springboot videoss

  • @chauquang55
    @chauquang55 10 месяцев назад

    i download it from github but i do not run project backend and fontend connect help me

  • @ninjaGhost34786
    @ninjaGhost34786 5 месяцев назад

    im going to watch this in another 3 months hope this video willbe available. currently im stuck with all acedemeic workload

    • @dailycodework
      @dailycodework  5 месяцев назад

      Sure, it's always here for you 🙂

  • @TheDanielll1
    @TheDanielll1 10 месяцев назад

    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
      @dailycodework  10 месяцев назад +2

      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.

    • @TheDanielll1
      @TheDanielll1 10 месяцев назад

      @@dailycodework Thank you, everything worked out for me =)

    • @dailycodework
      @dailycodework  10 месяцев назад

      @@TheDanielll1 I'm glad to hear that :-)

    • @whatsurstry
      @whatsurstry 5 месяцев назад

      Same issue i have followed all the tutorials still i couldn't connect

  • @hikikomori9387
    @hikikomori9387 Год назад

    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 ?

    • @dailycodework
      @dailycodework  Год назад

      Part 2 done already, will be uploaded tonight

    • @hikikomori9387
      @hikikomori9387 Год назад

      @@dailycodework In some later video will you teach us how to host this for live usage ?

    • @dailycodework
      @dailycodework  Год назад +2

      @@hikikomori9387 Sure, we are going to do something like that soon

  • @pavankumarsammu9093
    @pavankumarsammu9093 5 месяцев назад

    Hi
    getting No JTA platform available error

  • @SandipDharrao
    @SandipDharrao 8 месяцев назад

    Can you have event management and booking platform project using JSP servlet

  • @RacingMaster-ij2ch
    @RacingMaster-ij2ch 5 месяцев назад

    Sir how much experience do u have in Java spring boot field and react ? Because u are so good at it

    • @dailycodework
      @dailycodework  5 месяцев назад

      🙂 🙂

    • @RacingMaster-ij2ch
      @RacingMaster-ij2ch 5 месяцев назад

      @@dailycodework i mean how many years of experience do you have?😅

    • @dailycodework
      @dailycodework  5 месяцев назад

      @@RacingMaster-ij2ch hahaha, why u so curious to know 😂😂 I'm 7 years old as a developer

    • @RacingMaster-ij2ch
      @RacingMaster-ij2ch 5 месяцев назад

      @@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 😃.

    • @dailycodework
      @dailycodework  5 месяцев назад

      @@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! 🙂

  • @azlafzakaria7993
    @azlafzakaria7993 Год назад

    Where is the file for the dependency ?

    • @dailycodework
      @dailycodework  Год назад

      Hi, sorry for the late reply, please check the discription section

  • @QuangLeChau
    @QuangLeChau 10 месяцев назад +1

    404 authorization post man help me

    • @eswaryeluri9604
      @eswaryeluri9604 9 месяцев назад

      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);
      }

    • @eswaryeluri9604
      @eswaryeluri9604 9 месяцев назад

      just check your variable names are crct or not in room controller class in intellij

  • @cuteedits9256
    @cuteedits9256 8 месяцев назад

    Where to add database

  • @berihunhadis3960
    @berihunhadis3960 Год назад

    Thank you for the nice tutorial. pls consider availing source code

  • @apoorvsingh660
    @apoorvsingh660 Год назад

    Are you using springboot 3.x version ?

  • @chielokacodes
    @chielokacodes Год назад

    Hello, around 4:19:00, i keep getting error "filteredRooms.slice is not a function". What can i do to resolve it?

    • @chielokacodes
      @chielokacodes Год назад

      i have found the issue, i was supposed to "return result.data" in the getAllRooms functions in apiFunctions
      incase anyone is stuck here

    • @cassiekim4321
      @cassiekim4321 11 месяцев назад

      How to solve 401 error? In postman?

    • @Soumyacoder
      @Soumyacoder 8 месяцев назад

      @@cassiekim4321 same

  • @pranalghule1369
    @pranalghule1369 Год назад

    where is final part 2

    • @dailycodework
      @dailycodework  Год назад

      Here : ruclips.net/video/7gZwWSsGIDE/видео.html 🙂

  • @usuu9488
    @usuu9488 Год назад

    Hi, would it be possible if you could add timestamps?

  • @Jitendra-pm2qb
    @Jitendra-pm2qb 9 месяцев назад

    Hey , I am facing the error of cross origin how can i deal with it

    • @kalanamalshan8868
      @kalanamalshan8868 5 месяцев назад

      @@Jitendra-pm2qb add @CrossOrigin top in the controller

  • @smandal1237
    @smandal1237 4 месяца назад +1

    no source code link..?

    • @dailycodework
      @dailycodework  4 месяца назад

      Sure, you can get it from the description here:
      ruclips.net/video/7gZwWSsGIDE/видео.html&ab_channel=DailyCodeWork

  • @baonguyen-xz5pm
    @baonguyen-xz5pm 4 месяца назад

    i cant type any words in input field when adding new room, pls help me

    • @dailycodework
      @dailycodework  4 месяца назад

      You need to handle input change event on your controls

    • @baonguyen-xz5pm
      @baonguyen-xz5pm 4 месяца назад

      @@dailycodework i have, but it still not work

  • @namlongtran5939
    @namlongtran5939 5 месяцев назад

    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 ?

    • @dailycodework
      @dailycodework  5 месяцев назад

      Sorry, I'm not sure if I understand your request. Please can you rephrase?

  • @yaseenkhan9012
    @yaseenkhan9012 Год назад +3

    in link no dep..... code please

    • @dailycodework
      @dailycodework  Год назад +4

      Code will be uploaded on github soon after the second half, stay tuned, mate 🙏🙏

    • @rohithn-76
      @rohithn-76 Год назад

      @@dailycodework Please upload

    • @dailycodework
      @dailycodework  Год назад +4

      ​@@rohithn-76uploaded, check part 2

    • @rohithn-76
      @rohithn-76 Год назад

      @@dailycodework thank you

  • @whatsurstry
    @whatsurstry 5 месяцев назад

    Is that necessary to have intelij premium to do this project

    • @dailycodework
      @dailycodework  5 месяцев назад

      Not at all, you can use any IDE of your choice that has Spring support

    • @whatsurstry
      @whatsurstry 5 месяцев назад

      ​@@dailycodework Can we use spring suite

  • @sachinsingh6244
    @sachinsingh6244 7 месяцев назад

    hey , i am facing cors error , how can i fix it , please reply asap

    • @cuteycate7678
      @cuteycate7678 7 месяцев назад

      I'm also facing the same error have you found a solution ?

    • @RacingMaster-ij2ch
      @RacingMaster-ij2ch 5 месяцев назад

      U can fix this easily

  • @huynguyen7439
    @huynguyen7439 11 месяцев назад

    I do not have intellij ultimate for spring initializr. Can i use spring tool suite 4 instead ?

  • @NuAndWill
    @NuAndWill 8 месяцев назад

    What extension you use to make the Explorer in VS look different, I dont have icon before folder name?

  • @PieTieGuyTv
    @PieTieGuyTv 9 месяцев назад

    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?

    • @PieTieGuyTv
      @PieTieGuyTv 9 месяцев назад

      getting
      Uncaught (in promise) Error: Error fetching room types
      at getRoomTypes (ApiFunctions.js:29:15)
      this error when inspecting page

    • @chetanyadav6421
      @chetanyadav6421 9 месяцев назад

      @@PieTieGuyTv you have error in api . just recheck once

    • @LêĐìnhPhúc-v5r
      @LêĐìnhPhúc-v5r 5 месяцев назад

      Hello, have you fixed that error yet?

  • @deepanshujain9691
    @deepanshujain9691 11 месяцев назад

    while starting the react app using "npm run dev" only black screen is visible please suggest what to do i copied your code.

    • @dailycodework
      @dailycodework  11 месяцев назад

      Sorry, but please patiently watch the video to understand it. It's best to watch the video so that you can get it all. :-)

  • @CommunityClub-l9t
    @CommunityClub-l9t Год назад

    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?

  • @taticherlagskmgs
    @taticherlagskmgs Год назад

    It's awesome I AM learning this can u please update source Code also

    • @dailycodework
      @dailycodework  Год назад

      Sure, check part 2 which is the final part to get comple source code