Login and Registration Form using React + Node + MySQL | Login and Sign Up Form with Validation

preview_player
Показать описание
This video is a very simple beginner's version of a register/login page. It includes registering users, inserting data into a database, and reading the data to allow login. We also validated our forms with React JS. Login and Registration Form using React + Node + MySQL | Full Stack Login and Sign Up Form
Рекомендации по теме
Комментарии
Автор

Hi Yousaf, I want to express my appreciation for the wonderful job you've done. I have a small feedback regarding the code, and I would highly appreciate it if you could provide some explanation on why you chose to use these specific approaches instead of alternative ones.

KrishRachakonda
Автор

Im having an issue with the data being stored on the DB, on the signup page im only able to create 1 user record. I cannot have more than 1 record, when i delete the existing record im left with none but then im able to create a new record that only amounts to 1. Is there any way to fix this?

Edit: resolved the issue, forgot to check the auto incrementation box on the ID field in database

nickko
Автор

Thank you so much, Yousaf. Nice tutorial.

vhiblxc
Автор

Thank you for valuable time taken this video, you can properly explained this video and also once for very thank you for teaching

sivaprasadreddy
Автор

Hello, thanks first for your exceptional video, but I have a small question, please how did you create the server.js cause if I saw it well, it seems to be outside to this reactjs environment app.

LoveCintaAmour
Автор

Amazing video bro, I learned a lot. Thank you

fola_azeez
Автор

Make a part 2 of this and do CRUD Operations

bleonjusufi
Автор

Thank you brother!!!

it is very useful

harishsrinivasan
Автор

Ta vidéo m'a beaucoup aidé du coup je m'abonne❤

jeaneudesdjeya
Автор

great tutorial. But no github link. I know there is code at blogpost. The code is not readable.

sandipkc
Автор

everything okey but when i try to enter with email and password it says this record is not valid eventhough the record in database

bayramcinarr
Автор

bro why you use new database for signup? when you can also use login data base

Abdurrehmankhan-dktd
Автор

Great vid, many thanx.
One question though
Seems like the green login as well as signup buttons need to be clicked twice in order for them to work.
Is there a way to fix this?

arnasvainilavicius
Автор

If you’re experiencing issues with data not being inserted into your database, it might be due to the maximum length of the ‘email’ column in your ‘login’ table being too short to accommodate the email addresses you’re trying to insert. To resolve the issue, you can increase the length of the ‘email’ column in your ‘login’ table. Thank me later😉

melvindomingo
Автор

@codewithyousaf while i am trying my data was not inserting to the database can you help and not retrieving also
console.log(req.body) i tried with this data coming to server but not inserting

singhsai
Автор

Sir, if I put localhost:3000/home, it will open the url without login, is it good?

mengistuyirga
Автор

great video can iask sir why you not save the file into a jsx?

rence
Автор

when I click sign up, it's taking me to login page but In db no records are getting created, when I console the res, the data says Error but status code is 200, any suggestions?

mohamedzahidshakeebbasha
Автор

my name, email, and password wont show in the database after pressing Sign Up

xeverybolo
Автор

Good video! Could you make one just like it, nothing more than including JWT, Bcrypt and cookies?

carlosstoll