Build a Full-Stack CRUD App Using React, Node, MySQL for Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 มี.ค. 2023
  • In this video, we'll be building a full-stack CRUD app using React, Node, MySQL, and Xampp. We'll be using React to create the user interface, Node to handle the backend database operations, MySQL to store the data, and Xampp to serve the app. We'll also be using React Router to create dynamic routes, and Bootstrap to create a user interface.
    By the end of this video, you'll have built a complete CRUD app using React, Node, MySQL, and Xampp! This is a practical and in-depth guide that will help you learn how to build a CRUD app using React, Node, MySQL, and Xampp. So don't
    How to build a basic CRUD app with Node.js and ReactJS.
    Build CRUD app using React + Node.js + Express + MySQL.
    CRUD Tutorial using Node JS, Express, React JS, and MySQL.

ความคิดเห็น • 91

  • @Gelantour
    @Gelantour หลายเดือนก่อน

    I am really glad for your help. Searched the whole internet didn't find the exact video explaining how to send database info to frontend and fetch in frontend👍👍👍

  • @PicchiChannel
    @PicchiChannel 8 หลายเดือนก่อน

    Amoung the millions, best code chanel, ZazakAllah Khairan.

  • @ChainForex
    @ChainForex 7 หลายเดือนก่อน

    thank you so much for this. God bless you

  • @Ak-bs2gy
    @Ak-bs2gy ปีที่แล้ว +1

    hi bro i have even copied your code and get method is working fine but in case of update and create the browser is showing unsupported protocol localhost . what should i do

  • @harshabayyaram
    @harshabayyaram 7 หลายเดือนก่อน

    Loved this video

  • @kushanbandara6078
    @kushanbandara6078 หลายเดือนก่อน

    Love this video. Really helpfull

  • @anusahmed9603
    @anusahmed9603 4 หลายเดือนก่อน +1

    good job thanks bro love you

  • @ezzden1
    @ezzden1 6 หลายเดือนก่อน

    جزاكم الله خيرا

  • @sravyachakka6564
    @sravyachakka6564 7 หลายเดือนก่อน

    I did exactly as you said in video and the submit, update, delete buttons are not working.

  • @wiwatpathiya8435
    @wiwatpathiya8435 3 หลายเดือนก่อน

    thx for helping me

  • @SandeepMaraboina
    @SandeepMaraboina 7 หลายเดือนก่อน

    onclick of submit button in add+ section the deatails given are not adding to db and list of students in home

  • @goatzy_run
    @goatzy_run 9 หลายเดือนก่อน +3

    Can you create a tutorial mysql node and react. Admin backend system please 😊 thank you

  • @user-zm1jr6xs5r
    @user-zm1jr6xs5r 9 หลายเดือนก่อน

    I can't open localhost:8081 in a browser, it still opens dashboard in 8081 host. Problem starts in 9:55

  • @faizansiddiqui6708
    @faizansiddiqui6708 9 หลายเดือนก่อน

    is this same in react native?

  • @linhnguyenhuu25
    @linhnguyenhuu25 10 หลายเดือนก่อน

    very good

  • @sdsallazar
    @sdsallazar ปีที่แล้ว +1

    Cool tutorial man but could you please on the future be more patient with creation of the files and modifies? Is hard to follow

  • @waltergermanes4528
    @waltergermanes4528 ปีที่แล้ว

    Why the browser is refreshing?

  • @Sputnik05982
    @Sputnik05982 10 หลายเดือนก่อน +2

    37:42 , bro Hello, I would like to ask for the Update button.. link to '/update/${data.ID}' in that case at the API Shows /update/1 how do I process kind of code 'update/${data.ID}' that shows a float warning I think if I use the string type that shows like that

    • @codewithyousaf
      @codewithyousaf  10 หลายเดือนก่อน +2

      ID should be integer change it and check if you faced again then share that with me

    • @jitendrapanigrahi4752
      @jitendrapanigrahi4752 2 หลายเดือนก่อน

      did u sorted the issue i do getting same error

  • @Music.Air99
    @Music.Air99 7 หลายเดือนก่อน +1

    actually, my backend is fetching my data from mysql , but the data is not getting displayed at the front end , and on the console where the data should get displayed its showing index.html file. what do i do?

    • @Akash-ec2lw
      @Akash-ec2lw หลายเดือนก่อน

      Same thing
      What is the solution for this

  • @driessegers53
    @driessegers53 ปีที่แล้ว

    everything works just follow his guide instead of copy paste.

  • @user-bi6lm6qx1l
    @user-bi6lm6qx1l 11 หลายเดือนก่อน +4

    Hello bro,
    I have a concern about the .map, I must download a library. It is generating an error in that arrangement. Thank you very much and what an excellent video

  • @theeewebdev
    @theeewebdev 2 หลายเดือนก่อน +1

    please help me its not fetching data err is coming
    Failed to load resource: net::ERR_FAILED like this

  • @ksardar17
    @ksardar17 ปีที่แล้ว +2

    hi bro i have recently got job as a full stack developer i have doubt in the project that was given i need your guidance on it like an idea how to do that .How to connect with you bro??can you please share any contact info

  • @vicentehallasgo9412
    @vicentehallasgo9412 ปีที่แล้ว +1

    I laugh so hard @1:18 when you said oh this was suppose to be inside the backend hahaha.. But bro Seriously thanks for the shared knowledege it help me alot .

    • @codewithyousaf
      @codewithyousaf  ปีที่แล้ว

      Hhhhhhh 😀

    • @jeetstuff1998
      @jeetstuff1998 4 หลายเดือนก่อน

      Where is the source

    • @jeetstuff1998
      @jeetstuff1998 4 หลายเดือนก่อน

      Atleast share the zip file or something

  • @rolderful
    @rolderful 4 หลายเดือนก่อน +1

    Hi
    Great lesson but for me not diplay content database in my react .Data is diplay in localhost:8081 but not for frontend .
    i dont undestand why
    an idea ??
    Thank you

    • @Akash-ec2lw
      @Akash-ec2lw หลายเดือนก่อน

      Even I want same answer

  • @eshwarmv3573
    @eshwarmv3573 ปีที่แล้ว +1

    For me xampp is not working

  • @sumirshrestha7476
    @sumirshrestha7476 10 หลายเดือนก่อน

    Bro please also make video on free hosting of full stack website

  • @aliimranmemon939
    @aliimranmemon939 4 หลายเดือนก่อน +1

    I do same steps as you do but giving network error in console when try to get data in frontend ,please give me solution

    • @codewithyousaf
      @codewithyousaf  4 หลายเดือนก่อน

      www.buymeacoffee.com/codewithyousaf/build-full-stack-crud-app-react-node-mysql

  • @shelldonl
    @shelldonl 2 หลายเดือนก่อน

    does anyone here know how to change the background color?

  • @programmingwithashraf4092
    @programmingwithashraf4092 10 หลายเดือนก่อน

    How to upload in live

  • @zoherkhomosi4971
    @zoherkhomosi4971 9 หลายเดือนก่อน

    hi bro, can you pls provide source code file?, thanks

  • @shubzzsrp
    @shubzzsrp 9 หลายเดือนก่อน

    i need code of this

  • @diogoresende2132
    @diogoresende2132 7 หลายเดือนก่อน

    Can you share all app ? :)

  • @lukasmisevicius5623
    @lukasmisevicius5623 ปีที่แล้ว +2

    I did exactly as you in video and the submit button doesn't work

    • @codewithyousaf
      @codewithyousaf  ปีที่แล้ว

      check the code I have uploaded

    • @sdsallazar
      @sdsallazar ปีที่แล้ว +3

      @@codewithyousaf your code is messy on the link and is not readable. I have the same issue and did exactly the same but no action

    • @benjaminvanlalduhkimachhak8446
      @benjaminvanlalduhkimachhak8446 9 หลายเดือนก่อน

      @@codewithyousafwhere is the link to the code?

  • @paulagonzalez7704
    @paulagonzalez7704 ปีที่แล้ว +1

    I have all the same codes but when I click update or add a student nothing comes out

    • @codewithyousaf
      @codewithyousaf  ปีที่แล้ว

      download the code you have the link in description or check the comments you will find the code

    • @Ak-bs2gy
      @Ak-bs2gy ปีที่แล้ว

      exactly all the time it is showing unsupported protocol localhost in axios .I have even copied same code but nothing is working

    • @benjaminvanlalduhkimachhak8446
      @benjaminvanlalduhkimachhak8446 9 หลายเดือนก่อน

      @@codewithyousafwhere is the link to the code?

    • @codewithyousaf
      @codewithyousaf  9 หลายเดือนก่อน

      @@benjaminvanlalduhkimachhak8446
      www.buymeacoffee.com/codewithyousaf/build-full-stack-crud-app-react-node-mysql

  • @Murugavel-ee123
    @Murugavel-ee123 2 หลายเดือนก่อน

    Do remove the ID as primary key in table then it wrks

  • @Deqike_Michael2
    @Deqike_Michael2 5 หลายเดือนก่อน +1

    nodemon app crashed - waiting for file changes before starting (problem facing)

    • @codewithyousaf
      @codewithyousaf  5 หลายเดือนก่อน +1

      error in server side code.

  • @hematatikonda8903
    @hematatikonda8903 4 หลายเดือนก่อน +1

    I am facing error with the map function can u help

    • @codewithyousaf
      @codewithyousaf  4 หลายเดือนก่อน

      Make sure to have the data in array.

  • @katrinanez10
    @katrinanez10 ปีที่แล้ว

    How to type again after "listening" in 5:41 ?

  • @user-pp3wp9py3h
    @user-pp3wp9py3h 3 หลายเดือนก่อน

    Hello. Thanks fir this tutorial. Please share the source code.

  • @turgutozfidaner42
    @turgutozfidaner42 10 หลายเดือนก่อน +1

    Hi, I have a problem. I keep getting "axios" error.Why might I be getting this error? I am very confused with this error in your videos.

    • @turgutozfidaner42
      @turgutozfidaner42 10 หลายเดือนก่อน

      AxiosError {message: 'Request failed with status code 404', name: 'AxiosError', code: 'ERR_BAD_REQUEST', config: {…}, request: XMLHttpRequest, …}
      code
      :
      "ERR_BAD_REQUEST"
      config
      :
      {transitional: {…}, adapter: 'xhr', transformRequest: Array(1), transformResponse: Array(1), timeout: 0, …}
      message
      :
      "Request failed with status code 404"
      name
      :
      "AxiosError"
      request
      :
      XMLHttpRequest {onreadystatechange: null, readyState: 4, timeout: 0, withCredentials: false, upload: XMLHttpRequestUpload, …}
      response
      :
      {data: '



      Cannot PUT /update1


      ', status: 404, statusText: 'Not Found', headers: AxiosHeaders, config: {…}, …}
      stack
      :
      "AxiosError: Request failed with status code 404
      at settle (localhost:3000/static/js/bundle.js:49949:12)
      at XMLHttpRequest.onloadend (localhost:3000/static/js/bundle.js:48635:66)"
      [[Prototype]]
      :
      Error
      This is the error I always keep getting

    • @turgutozfidaner42
      @turgutozfidaner42 10 หลายเดือนก่อน

      AxiosError {message: 'Request failed with status code 404', name: 'AxiosError', code: 'ERR_BAD_REQUEST', config: {…}, request: XMLHttpRequest, …}
      code
      :
      "ERR_BAD_REQUEST"
      config
      :
      {transitional: {…}, adapter: 'xhr', transformRequest: Array(1), transformResponse: Array(1), timeout: 0, …}
      message
      :
      "Request failed with status code 404"
      name
      :
      "AxiosError"
      request
      :
      XMLHttpRequest {onreadystatechange: null, readyState: 4, timeout: 0, withCredentials: false, upload: XMLHttpRequestUpload, …}
      response
      :
      {data: '



      Cannot POST /create


      ', status: 404, statusText: 'Not Found', headers: AxiosHeaders, config: {…}, …}
      stack
      :
      "AxiosError: Request failed with status code 404
      at settle (localhost:3000/static/js/bundle.js:49959:12)
      at XMLHttpRequest.onloadend (localhost:3000/static/js/bundle.js:48645:66)"
      [[Prototype]]
      :
      Error
      This is the another error

    • @codewithyousaf
      @codewithyousaf  10 หลายเดือนก่อน

      What type of error?

    • @turgutozfidaner42
      @turgutozfidaner42 10 หลายเดือนก่อน

      @@codewithyousaf I have sent errors to you there up of yours message

    • @kilian5245
      @kilian5245 9 หลายเดือนก่อน

      I also keep having that problem and I think it is because the server.js is not open parrallely. I can't solve it either

  • @jitendrapanigrahi4752
    @jitendrapanigrahi4752 2 หลายเดือนก่อน +1

    bro how to deploy the code to vercel make a video

    • @codewithyousaf
      @codewithyousaf  2 หลายเดือนก่อน

      th-cam.com/video/-yoyIiuJQBU/w-d-xo.html

    • @theeewebdev
      @theeewebdev 2 หลายเดือนก่อน

      This is mongodb based right.. but how to do xampp based fullstack project deployment? There API's used are localhost how it will be working anywhere to deploy? So what to do in that case ​@@codewithyousaf

  • @daviderivona6576
    @daviderivona6576 11 หลายเดือนก่อน

    Is this for web or app?

  • @hanpol
    @hanpol 4 หลายเดือนก่อน

    Thanks I guess, didn't work for me, wheres the source code?

  • @pasindunishshanka3235
    @pasindunishshanka3235 ปีที่แล้ว +2

    bro why you use "require " instead of "import"

    • @codewithyousaf
      @codewithyousaf  ปีที่แล้ว +2

      to use that just go to your packege.json file and import module as import then we can use that for I didn't yet in the next videos I will implement it.

    • @pasindunishshanka3235
      @pasindunishshanka3235 ปีที่แล้ว +1

      @@codewithyousaf ok bro . can you give a video that contains how to create a [chat bot] using mern stack

  • @user-jr1ph9ol5w
    @user-jr1ph9ol5w 11 หลายเดือนก่อน +4

    You didn't tell what front-end packages you install, you have to give full information rather then skip.

    • @emgodas
      @emgodas 4 หลายเดือนก่อน

      He said in the video, axios, react router dom bootstrap... After 3:20

    • @matthewcheok6992
      @matthewcheok6992 หลายเดือนก่อน

      React js. Frontend
      Node js. Backend

  • @ismansubarkah1969
    @ismansubarkah1969 ปีที่แล้ว +2

    Please. share the code of this tutorial

    • @codewithyousaf
      @codewithyousaf  ปีที่แล้ว

      Ok I will drop the link

    • @codewithyousaf
      @codewithyousaf  ปีที่แล้ว +1

      www.buymeacoffee.com/codewithyousaf/build-full-stack-crud-app-react-node-mysql

    • @ismansubarkah1969
      @ismansubarkah1969 ปีที่แล้ว

      @@codewithyousaf Thank you so much

    • @codewithyousaf
      @codewithyousaf  ปีที่แล้ว

      @@asmaparveen8545 yes you can

  • @dascouser1
    @dascouser1 11 หลายเดือนก่อน

    0:03 how do i get intouch with you. Do u have and email

  • @himawaridev
    @himawaridev 10 หลายเดือนก่อน +1

    ERROR in ./src/App.js 6:0-46
    Module not found: Error: Can't resolve 'bootstrap/dist/css/bootstrap.min.css' in 'D:\Code By Himawari\full_stack\frontend\src'
    ERROR in ./src/App.js 7:0-64
    Module not found: Error: Can't resolve 'react-router-dom' in 'D:\Code By Himawari\full_stack\frontend\src'
    ERROR in ./src/App.js 8:0-32
    Module not found: Error: Can't resolve './Studetn' in 'D:\Code By Himawari\full_stack\frontend\src'
    ERROR in ./src/index.js 6:0-21
    Module not found: Error: Can't resolve './index.css' in 'D:\Code By Himawari\full_stack\frontend\src'
    this is my problem, can you help me fix

    • @codewithyousaf
      @codewithyousaf  10 หลายเดือนก่อน

      There is not a problem but there are problems.
      install bootstrap, react-router-dom and solve the Student component.