Bus Ticket Booking App | Angular 18 Project

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 156

  • @msdofficial4302
    @msdofficial4302 4 місяці тому +1

    Your tutorials are always so clear and concise.They make learning Angular a breeze

  • @arifamohamedyassine2441
    @arifamohamedyassine2441 2 місяці тому

    Clear, concise, and to the point - everything a good tutorial should be!

  • @josephneiltacatani2008
    @josephneiltacatani2008 22 дні тому

    The way you explain is very clear and it makes my learning easy.

  • @ashendage8659
    @ashendage8659 4 місяці тому +6

    It helped me in one of my interview in angular
    really well explained

    • @LearningPartnerDigital
      @LearningPartnerDigital  3 місяці тому

      @@ashendage8659 ohh ..glad to know. Keep learning

    • @MdMeraj-kq2he
      @MdMeraj-kq2he 22 дні тому

      bro how many Years experience do u have

    • @LearningPartnerDigital
      @LearningPartnerDigital  22 дні тому

      @MdMeraj-kq2he in angular 5yrs overall 8yrs

    • @MdMeraj-kq2he
      @MdMeraj-kq2he 22 дні тому

      @@LearningPartnerDigital bro i have 2 years 4 month of experience As A Angular Developer can i mention this project in my resume
      please reply

    • @LearningPartnerDigital
      @LearningPartnerDigital  22 дні тому

      @MdMeraj-kq2he yes..but client n all you need to fake it .

  • @akankshaasutkar4305
    @akankshaasutkar4305 4 місяці тому

    previously I have implemented Train booking one will try this also. thanks sir keep posting

  • @LavanyaLavanya-ui8ed
    @LavanyaLavanya-ui8ed 4 місяці тому

    Very useful to learn angular from scratch thanks for making video...

  • @salmankhanpatan5938
    @salmankhanpatan5938 4 місяці тому

    they way of explanation is super, let's everyone can understand.

  • @emanmohamedsalah4305
    @emanmohamedsalah4305 4 місяці тому

    Appreciate the great tutorial on creating a Bus Ticket Booking App with Angular 18! Your guidance was really helpful

  • @puyashamsi
    @puyashamsi 2 місяці тому

    I’ve been following your tutorials ...

  • @bijjanishanth2256
    @bijjanishanth2256 Місяць тому

    thank you sir iam using angular 18.
    there are very less course for the same in market.
    udemy has no course for angular18 real time project
    thanks for ur effort

  • @leonardduplessis3755
    @leonardduplessis3755 2 місяці тому

    Helps a-lot for understanding the API Concept

  • @eddie8575
    @eddie8575 4 місяці тому

    appreciated your hard work n knowledge

  • @pranoti8974
    @pranoti8974 4 місяці тому

    thanks for sharing. great project for freshers to implement

  • @Peacemaker.404
    @Peacemaker.404 4 місяці тому

    Thanks for this amazing project sir

  • @Sumeshkumarback
    @Sumeshkumarback 4 місяці тому +6

    Make one single crash course on bootstrap with details example

  • @atum1107
    @atum1107 3 місяці тому

    Thanks for the clear explanation

  • @DemoWorldWithRishabh
    @DemoWorldWithRishabh 4 місяці тому

    Eagerly waiting for Rxjs and more machine coding round solutions.
    Also spring boot series .

  • @manav-ut1bd
    @manav-ut1bd 4 місяці тому

    u r simply awesome. sir do project video with react as well

  • @tuananhtran5486
    @tuananhtran5486 4 місяці тому

    Super efforts and appreciated bro.

  • @bajrangdangi118
    @bajrangdangi118 4 місяці тому

    Helpful !
    Thankyou sir👏

  • @phuonglinhluu1321
    @phuonglinhluu1321 4 місяці тому

    Appreciate the great tutorial sir

  • @atum1107
    @atum1107 3 місяці тому

    Great content as always

  • @AnkitPandey-no9eg
    @AnkitPandey-no9eg 4 місяці тому +1

    This tutorial made complex Angular topics feel so simple. You're a fantastic teacher!

  • @vilaskiran266
    @vilaskiran266 4 місяці тому

    Really explanation is good

  • @KhadhyYyy-r2l
    @KhadhyYyy-r2l Місяць тому

    Very helpful made it seem easy

  • @muhammadjawad6762
    @muhammadjawad6762 4 місяці тому +1

    These are just basic operations and UI. Can you make more of a general, premium and advanced projects in Angular with some Angular supported UI libraries .i.e. Material,Primeng etc.. Just like JavaScript Mastery does within his videos. But, they are in mainly react+Next JS videos. I want the same for MEAN stack.

  • @sana-jf7sx
    @sana-jf7sx 4 місяці тому

    great scenario for project implementation

  • @Sumeshkumarback
    @Sumeshkumarback 3 місяці тому +1

    Don't just focus on video length make sure the video contains the quality content which is according to industry standard and good practice e.g insted of writing any[] create interface or class etc...

  • @PawankumarSharma-eo5kl
    @PawankumarSharma-eo5kl 6 днів тому

    Nice

  • @hafizusman2217
    @hafizusman2217 4 місяці тому

    very helpful tutorials

  • @ashwinireddygoureddygari3390
    @ashwinireddygoureddygari3390 Місяць тому +1

    sir not able to fetch the data from gerasim API

  • @ameerabdullah-z5s
    @ameerabdullah-z5s 2 місяці тому

    The API's dont work as they dont have any data i think. because of this I cant proceed beyond the bus Locations.Can you please add some data in the APi's so that i could proceed

  • @jagadeeshthota9678
    @jagadeeshthota9678 26 днів тому

    In the video at 21:00 timer what have done to get that dropdown list by applying cors . can anyone please suggest me.

    • @alirezakhorram9962
      @alirezakhorram9962 20 днів тому

      he is using Web Api for backend. by Adding the CORS services and middleware in the app configuration you can achieve this. something like: builder.Services.AddCors and there you can add a policy e.g. policy.WithOrigins("localhost")
      .AllowAnyMethod()
      .AllowAnyHeader();

    • @dhanyamenon3305
      @dhanyamenon3305 8 днів тому

      I am also not getting the locations due to CORS.If you get solution, please share

  • @sarang_innvovate
    @sarang_innvovate 4 місяці тому

    keep posting project specific videos

  • @sarang_innvovate
    @sarang_innvovate 4 місяці тому

    sir do next project in live session also we can ask questions also

  • @pankajbehera6307
    @pankajbehera6307 Місяць тому

    Can you please create a project for e-commerce with ngRx in angular 18

  • @dosovi4548bustayes
    @dosovi4548bustayes 4 місяці тому

    why not use signal on first component?

  • @AtishBackupPhotos
    @AtishBackupPhotos 4 місяці тому

    Thank For project

  • @suhasgardare4833
    @suhasgardare4833 7 днів тому

    Hello sir,
    I am running bus project with command 'ng s --port 4209' but it's not working giving me cors error .

  • @dhanyamenon3305
    @dhanyamenon3305 8 днів тому

    I am not getting the locations due to CORS error. Running as ng serve -o --port=4209. Please help

  • @myduruavinash1580
    @myduruavinash1580 4 місяці тому +1

    Thank you 😊🙏

  • @vikashbanoriya142
    @vikashbanoriya142 4 місяці тому

    Sir please cover .....error handling in angular and some important Rxjs operators also ......

    • @LearningPartnerDigital
      @LearningPartnerDigital  4 місяці тому +1

      @@vikashbanoriya142 for error handling we took live sessions some days back..check old videos n rxjs we are going to do a live session soon

    • @vikashbanoriya142
      @vikashbanoriya142 4 місяці тому

      @@LearningPartnerDigital thanks 🙏🙏

  • @ashwinireddygoureddygari3390
    @ashwinireddygoureddygari3390 Місяць тому

    as per the filter data i have put the data but after executing searchBus in available seats its showing 0 seats and in total Seats it's showing some amount of data for every from Location to toLocation and in getAllBusSchedules its showing different total seats and after executing it's showing different data

    • @LearningPartnerDigital
      @LearningPartnerDigital  Місяць тому

      Can u connect on LinkedIn or WhatsApp will explain

    • @ashwinireddygoureddygari3390
      @ashwinireddygoureddygari3390 Місяць тому

      @@LearningPartnerDigital sir i had sent you the error pics in whatsapp

    • @vinayrawat4091
      @vinayrawat4091 12 днів тому

      @@ashwinireddygoureddygari3390 i am facing the same issue if ur issue resolved can u tell me'

  • @BlueSeaTechnologies
    @BlueSeaTechnologies 18 днів тому

    Add some data in search bus api or let me know in which destinations the data is available right now? Thanks btw.

    • @LearningPartnerDigital
      @LearningPartnerDigital  18 днів тому

      @@BlueSeaTechnologies check get all schedule api to see available data..or else add new data from swagger

  • @alaaasd9304
    @alaaasd9304 3 місяці тому

    what is the language used for backend

  • @edanuryldrm3100
    @edanuryldrm3100 3 місяці тому

    Very nice

  • @rahulpatil2499
    @rahulpatil2499 4 місяці тому

    Thanks For Sharing.

  • @udhayakumar7605
    @udhayakumar7605 3 місяці тому

    Hi bro can you please teach angular 18 using ngx-formly component using reactive component loading the fields based on the json file

  • @lychnobitex3535
    @lychnobitex3535 2 місяці тому

    bro bu video için yazdığın kodların dokümanı varmı yolculuk seferleri gelmiyor bende hata görünmüyor ama ekrana gelmiyor

  • @PoojaDayaramani-u6e
    @PoojaDayaramani-u6e Місяць тому

    Sir, which language and database have you used to create APIs? If possible, could you create a video tutorial on backend development or provide access to the code?

    • @LearningPartnerDigital
      @LearningPartnerDigital  Місяць тому

      SQL database ..api in Dot net

    • @PoojaDayaramani-u6e
      @PoojaDayaramani-u6e Місяць тому

      @@LearningPartnerDigital Thank you! The video is very helpful for understanding concepts, learning, and working on hands-on projects. Looking forward to more interesting projects being published.

    • @LearningPartnerDigital
      @LearningPartnerDigital  Місяць тому

      @PoojaDayaramani-u6e nice to know. Pls explore channel so many Project video are there

    • @dineshrajput971
      @dineshrajput971 4 дні тому

      @@LearningPartnerDigital can you share a video for this

  • @aforangular3759
    @aforangular3759 4 місяці тому +1

    CORS error please guide us how to fix this?

    • @LearningPartnerDigital
      @LearningPartnerDigital  4 місяці тому

      @@aforangular3759 pls run project on mentioned port like I am running

    • @aforangular3759
      @aforangular3759 4 місяці тому

      @@LearningPartnerDigital ok sir I will try

    • @aforangular3759
      @aforangular3759 4 місяці тому

      @@LearningPartnerDigital thanks sir

  • @ladoskirasoi
    @ladoskirasoi 4 місяці тому

    sir please do mock interview also

  • @AishwaryaJolhe
    @AishwaryaJolhe Місяць тому

    Very helpful

  • @hetalsatelkar463
    @hetalsatelkar463 3 місяці тому

    I am unable to postBusLocations and postBusSchedules.(problem solved) but the added bus schedule isn't displayed on searchBus

    • @hetalsatelkar463
      @hetalsatelkar463 3 місяці тому

      Getting Internal Server Error

    • @LearningPartnerDigital
      @LearningPartnerDigital  3 місяці тому

      Check object once if you are sending all required fields

    • @hetalsatelkar463
      @hetalsatelkar463 3 місяці тому

      I've added the busSchedule but they ain't getting displayed on searchBus

    • @lychnobitex3535
      @lychnobitex3535 2 місяці тому

      @@hetalsatelkar463 bendede öyle bir sorun oluştu searchBus a tıkladığımda otobüs seferleri görünmüyor sorunu çözdünüz mü ?

  • @ashwinireddygoureddygari3390
    @ashwinireddygoureddygari3390 Місяць тому

    sir i am developing this project after three months of your project creation and in the searchBus API not able to find the bus list with from location and to location

  • @WasiqPasha-j6x
    @WasiqPasha-j6x 17 днів тому

    Nice!

  • @PrernaRawal-n3l
    @PrernaRawal-n3l 3 місяці тому

    If i am sending the api request From: Nagpur, To: Pune, Date: 18-08-2024, all in the correct format as mentioned, still response is empty. Can someone please help

    • @LearningPartnerDigital
      @LearningPartnerDigital  3 місяці тому

      Please use swagger n add data /api/BusBooking/PostBusSchedule use this api ..to create new data

  • @shashikiranavvari4317
    @shashikiranavvari4317 4 місяці тому

    Hi Chetan, Html template for Bus booking system is not available in repository. Please can you check from your side and upload.

  • @saurabhsharma2467
    @saurabhsharma2467 9 днів тому

    Sir your api are not working "response body" shows empty , I also tried search bus2 and POST also, should I create own api through JSON SERVER will it be helpful ? wanna thanks for your effort, you put on.👍👍👍👍

    • @LearningPartnerDigital
      @LearningPartnerDigital  9 днів тому

      You need to create a bus schedule then it will.come in search api..use swagger to create a bus schedule..

    • @saurabhsharma2467
      @saurabhsharma2467 9 днів тому

      @LearningPartnerDigital ok sir i'll check it thanks 🙏🙏

  • @vamshibhargav6278
    @vamshibhargav6278 Місяць тому

    sir for searchBus API ive sent i have sent the same payload as you but im getting empty array

    • @LearningPartnerDigital
      @LearningPartnerDigital  Місяць тому

      check getallBus schedule api to check on which destination we have bus ..then in searchbus pass that filter data

    • @vamshibhargav6278
      @vamshibhargav6278 Місяць тому

      @@LearningPartnerDigital yup that worked😉

    • @LearningPartnerDigital
      @LearningPartnerDigital  Місяць тому

      @vamshibhargav6278 great 👍

    • @vamshibhargav6278
      @vamshibhargav6278 Місяць тому

      @@LearningPartnerDigital but all the total seats and avaliable seats are 0

  • @satendracoder
    @satendracoder 4 місяці тому

    Thanks sir 🎉

  • @MuhammadShehroz-ty4bq
    @MuhammadShehroz-ty4bq 3 місяці тому +1

    None of your API works, All of them give CORS error. What's the use of watching your videos if we can't follow them ?

    • @ImrX09
      @ImrX09 3 місяці тому

      Go to api and enable cors

    • @ImrX09
      @ImrX09 3 місяці тому

      Allow any header method

    • @MuhammadShehroz-ty4bq
      @MuhammadShehroz-ty4bq 3 місяці тому

      @ImrX09 how can i enable CORS in API ? i don't have source code of API.

  • @OmVerma-ro1qn
    @OmVerma-ro1qn 4 місяці тому

    Your coaching is great, but I am unable to develop in my own api because which api I have created, working in postman and browser but not working in Angular 18. I followed deeply your coding but I am getting failed.

    • @LearningPartnerDigital
      @LearningPartnerDigital  4 місяці тому

      @@OmVerma-ro1qn any specific error u are getting while calling api

    • @Sumeshkumarback
      @Sumeshkumarback 4 місяці тому

      What is issue ?

    • @ASHOK_162
      @ASHOK_162 4 місяці тому

      Did you explain CORS issue

    • @OmVerma-ro1qn
      @OmVerma-ro1qn 4 місяці тому

      Error message in console
      Http failure response for "localhost:5000/customers: 0 undefined​
      Name: "HttpErrorResponse"
      Ok: false
      status:0
      statusText:"Unknown Error"
      Url:"localhost:5000/customers

    • @OmVerma-ro1qn
      @OmVerma-ro1qn 4 місяці тому

      ​Http failure response for localhost:5000/customers
      Name:"HttpErrorResponse"
      Ok: false
      status:0

  • @shubhu-mk3jn
    @shubhu-mk3jn 29 днів тому

    i cant get the api

  • @LeonardoFerreira-md2ru
    @LeonardoFerreira-md2ru 2 місяці тому

    I'm currently carrying out this tutorial, and I don't have a record in Pune, only Pune2, and I can't find another bus route that has information to view, could you give me support?

    • @LearningPartnerDigital
      @LearningPartnerDigital  2 місяці тому

      @@LeonardoFerreira-md2ru you can add bus schedule from swagger

    • @Bagna-Prince
      @Bagna-Prince 2 місяці тому

      Currently having the same issue as well and still no solution

  • @SachinSingh-eh9ok
    @SachinSingh-eh9ok Місяць тому

    getbuslocation api is giving cors error??while integrating

  • @Ajnaskp-j9w
    @Ajnaskp-j9w 3 місяці тому

    when i trying to serve port 4209 ,i got CORS error !!

    • @LearningPartnerDigital
      @LearningPartnerDigital  3 місяці тому

      @@Ajnaskp-j9w check url.. something might be wrong

    • @Ajnaskp-j9w
      @Ajnaskp-j9w 3 місяці тому

      @@LearningPartnerDigital yes , my URL is wrong GetBusLocation -->> GetBusLocations

    • @Ajnaskp-j9w
      @Ajnaskp-j9w 3 місяці тому

      @@LearningPartnerDigital Thank you ❤❤

    • @Veera-z9h
      @Veera-z9h 2 місяці тому

      @@Ajnaskp-j9w API is working for you? i got the 400-bad request error, please help

  • @yuvalshalom9106
    @yuvalshalom9106 2 місяці тому

    thanks!

  • @pauljhonanthonypitogo7387
    @pauljhonanthonypitogo7387 18 днів тому

    PLEASE DO A SCHOOL PORTAL

  • @Sam-vz7pf
    @Sam-vz7pf 4 місяці тому

    Thanks

  • @Mersal-vd5uv
    @Mersal-vd5uv 4 місяці тому

    Sir, can i get html and css template

  • @Arunsajin
    @Arunsajin 3 місяці тому

    sir there is no data plz add some data

    • @LearningPartnerDigital
      @LearningPartnerDigital  3 місяці тому

      Please use swagger n add data /api/BusBooking/PostBusSchedule use this api ..to create new data

    • @Arunsajin
      @Arunsajin 3 місяці тому

      @@LearningPartnerDigital ok sir

    • @Arunsajin
      @Arunsajin 3 місяці тому

      @@LearningPartnerDigital
      vendorId [ "Error converting value {null} to type 'System.Int32'. Path 'vendorId', line 1, position 30." ]
      scheduleId [ "Error converting value {null} to type 'System.Int32'. Path 'scheduleId', line 1, position 16." ]
      0 "Error converting value {null} to type 'System.Int32'. Path 'scheduleId', line 1, position 16."
      SHOWING THIS TYPE OF ERROR

  • @gauravawate5712
    @gauravawate5712 3 місяці тому

    hello

  • @Ravikumar_rkm
    @Ravikumar_rkm 28 днів тому

    Thank You So Much, I have completed the app from start to end. But for me searchBus api giving every time availableSeats & totalSeats 0, even after booking also it is giving both 0.
    I have checked all comments below, there are multiple people who are facing same issue.
    Could you please help me on this. I have rechecked the code it is correct only.

    • @LearningPartnerDigital
      @LearningPartnerDigital  27 днів тому

      Guys , as I have added in comments you swagger to create bus schedule with from location to location and date..then only data will come in search api

  • @ShivamSingh-mt4nr
    @ShivamSingh-mt4nr 4 місяці тому

    thanks

  • @vishaldp
    @vishaldp 3 місяці тому

    thanks