#10 Login Register Authentication in React Native with Node JS, Express JS and Mongo DB ||#mernstack

preview_player
Показать описание
Hello guys,
In this video I have focused on making our login and register page functional. In this video I have made register api and made our register page functional. In the next video I will focus on login.
If you are facing any issue then let me know in comments.

0:00 - Introduction / Demo
1:47 - Setup Node JS
3:05 - Install Express
3:40 - First API
7:53 - Integrate Mongo DB
10:53 - Create Register API
17:15 - Call API from React JS
22:00 - Encrypt Password
22:57 - Handle Response in React JS

Thank You.
Рекомендации по теме
Комментарии
Автор

THANK YOU! 3 days couldnt do this authentication and your video just helped me to get through this. Bless you, my friend))

lazys
Автор

brother your teaching skills is too awesome anyone can easily understand☺😊😊

harshkhandewal
Автор

thank you so much your videos are amazing i understand everything and they work just fine ❤

sire
Автор

Some suggestions for you, try to use proper folder structure for better understandings, like use MVC(Model, View, Controller) and dotenv also gitignore.

Itssaqi
Автор

Nice video!
Where I can find your background for the profile user? its look pretty

gmlcpkw
Автор

hey man can you help me out? I'm trying to do the axios post request to login, but I keep getting this error (only after typing into one of the text frields):

[TypeError: cyclical structure in JSON object]

Any idea what can cause this?

PaintSkate
Автор

Are you using Rest API in this project or something similar to Rest API?

anonimanonim
Автор

what if i build this app then i can't do npm start for the index.js to start the port, what should i do then ? (am new to react and all :) )

WarriorBeastYT
Автор

While building the Apk of the project, do we need to change the IP address while doing POST with axios in the Database ?

Impactetonpays
Автор

normally after the user register he should be logged in automatically no?

bilelrahmouni
Автор

I am getting Axios network error how to solve it

muskanverma-eptb
Автор

What if we use expo go in our mobile . What would be the ip then ??

the_bat_man
Автор

Doing same process but my node js is not connecting to emulator any option like proxy or something?

sadanandmasurkar
Автор


throw new
^

MissingSchemaError: Schema hasn't been registered for model "UserInfo".
Use mongoose.model(name, schema)
at Mongoose.model
at Object.<anonymous> (F:\MJ\MJS_B\app.js:13:23)
at Module._compile
at Module._extensions..js
at Module.load
at Module._load
at [as runMain]
at

Node.js v20.10.0
[nodemon] app crashed - waiting for file changes before starting...

waleedvrock