@@AyushKumar-kp3cy resolved the issue with "data base cannot be connected" apparently you need to download mongodb servers. I found the solution in this link ruclips.net/video/ExcRbA7fy_A/видео.html... #4 in the playlist.
@@LuminalNexusauthentication uses, sessions and server cookies to authenticate and restricts to logged in users only which the video lacks.. this video only shows how to login/signup only. Even no need of database for that. It can be done using browsers local storage too. Lol
awesome work, can u please extend the video or help me to understand how to render it to a home page or somewhere once the user is register, cos it looks like is loading and doesn't stop? should I use another else similar once the user log int that the render took them to the home page?
What should I watch first?
Got stuck in database part, starting from config.js. Error message = database cannot be connected.
same issue
github.com/MuneerAhmed07/Registration-login-form-using-node-JS--mongodb source code
@@AyushKumar-kp3cy resolved the issue with "data base cannot be connected" apparently you need to download mongodb servers. I found the solution in this link ruclips.net/video/ExcRbA7fy_A/видео.html... #4 in the playlist.
same error... invested hours in debugging and still getting same issue
@@bibekgaire8400 did you got the solution?
Actually ,it is one of the best video about this topic i've ever seen,it conatins so many content in no more than 25mins!!That's amazing!
Just did this and worked. This tutorial is so useful and easy to understand, thank you for your hard work!
Perfect. Simple with lots of info
one of the best video on the topic , really helped a lot , really
Bro the coding is so good and on top of it the background music is like a cherry on the cake.(Silent Night Holy Night) You gained a sub bro
This was a lot of help, Thank you sir
Bro through your video. i have cleared the login concept.
Thanks a lot. My so many problems solved through this tutorial.🎉
Best video to understand the code easier...Thnkuuu madam ..Hope for the complete MERN stack tutorials
🤩🤩🤩🤩🤩
madam xD
great video, thanks your share
Great video thx so much! But the description leads to a random page and not the code!
Keep up the good content 😃😃😃
Je viens de découvrir la chaîne RUclips je m'abonne..la vidéo est très bénéfique et une pédagogie hors norme
best and most relevent video i wish i found this vedio before
thank you i learn more from this in simple way👏👏👏
Thank you brother, This code helped me resolve so many things :)
Hey, thanks for the great video!
Thank you I'm waiting for this tutorial 😊
Niice, do you have any video more advanced than this?about login forms node js
U don't have authentication mechanism bro..
What do you mean?
Exactly. It's a basic login/signup page. No concept of authentication used
@@LuminalNexusauthentication uses, sessions and server cookies to authenticate and restricts to logged in users only which the video lacks.. this video only shows how to login/signup only. Even no need of database for that. It can be done using browsers local storage too. Lol
Let it be
awesome work, can u please extend the video or help me to understand how to render it to a home page or somewhere once the user is register, cos it looks like is loading and doesn't stop? should I use another else similar once the user log int that the render took them to the home page?
Same doubt here.
Hey @luisatejada6218 did you find any answer for it??
Please share.
@@vivekanandapadigela3062Same doubt
Did u find the soln
Thank 😆you👍, Explanation is Clear and Detailed
the nodemon command at min 7:15 is not working for me does anyone know how can i solve this ?
same here
@@shanjeevkantharajah6896 npm i nodemon
nicely done! what vs code theme do you use?
Night owl black (no italic)
I really love Christmas, but this acoustic "Holy Night" loop in background in the end of march really k*lls me ... 😵💫😵😵😵
#prima
#motor
#mesin
#diesell
#engine
#cornercentric
#cc
#torsi
#hp
#horsepower
Nice video thank you very much
Thank you ,it is materpiece.谢谢!
Home page cannot be render they show wrong details ? what i do?
me too💔how did you solve it?
@@shadenaa4636 me too , we need to find a solution for that
login is not rendering to honepage but showing weong details every time
Job recruitment bhi bna kr dekha with js , mongoose Nodemon and React
Ok
everything working perfect but upon clicking find in mongodb compass iam not able to see data
Great, thank you!!
my database connection is not connected connect.
Great video sir
hey. ı wrote all the code same. but it does not create the user in database. can you help
Did u find the soln
same issue
@@Pranavvats614 unfortunately no
I even copied and pasted your code from your rep, but in signup when i signup the page get stuck just loading forever. Login is working fine.
Is data go8ng into database going properly?
I just made from this video so ig u r getting stuck in some minor error somewhere
@@ChefnCoder yes sir it is
If u have free time and would like to help me find out the problem I can send you my rep link here @@ChefnCoder
I just did something different which was the database connection. I used atlas instead
why my browser is giving dengerous download notification when i'm downloading the source code
thank you very much mam..!
My datas are not transferred to db😢
If you have an error, this is a possible solution:
run windows shell as administrator
command:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
thank you for video
Thank you so much
cho em hỏi xíu ạ: em connect thành công với database nhưng khi nhấn đăng nhập thì nó hiển thị wrong password nhưng password em nhập đúng ạ
hi i created this but having issues deploying
Bit confusing to get the database connected. Would've been helpful to add that to the tutorial.
Did u find the soln
@@Pranavvats614 mongoose.connect("String") string-copy connection string from mongodb
Who else is having trouble installing bcrypt
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
h2 {
text-align: center;
margin-bottom: 30px;
}
.form-container {
width: 300px;
margin: 0 auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
}
.form-group {
margin-bottom: 15px;
}
.form-group label {
display: block;
font-weight: bold;
margin-bottom: 5px;
}
.form-group input {
width: 100%;
padding: 8px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 3px;
}
.submit-btn {
display: block;
width: 100%;
padding: 10px;
background-color: #472dbb;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
}
.submit-btn:hover {
background-color: #4565a0;
}
p {
margin-top: 15px;
}
Public style.css
showing 'database can not be connected' please help me sir
Did you ever figure out this error
Yup
@@santoshmaharana7337 how did you fix it bro?
@@prabhavravitammanashastri2378go mongo db and use public key in network access
@@santoshmaharana7337 how?
is there a link to the code?
what is the problem " Database cannot be connected" ?
what"s showing on..
Message me on instagram, and send error image
same for me too..while connecting to db..
@@AnanthaKrishnan-ct5lkis your database now connected because mine also showing same problem.
what is the update?
css is not working correctly
me too
No me jala cuando pongo nodemon pq
es cierto
The link for the source code is a link to anothersite meant for donating
Ok I Update description
please update its still showing donate bitcoin instead of source code
@@codeflare07
You said mongodb in title and using mongoose?
mongodb is database and mongoose is a library which helps in connecting mongodb and with backend node.js
thanks...but how to protect a page now?
I create a video for that. Soon
@@codeflare07can u provide the link
@@codeflare07can u provide it
I cant download the source code, the link leads to a donation page..
github.com/MuneerAhmed07/Registration-login-form-using-node-JS--mongodb
Check source code
congrats thx a lot
how do i host this?
thank you soo much
Could you complete the course for us?
nice video god bless you
Thanks
where can i get the codes for this
Check description
17:20
Same here
can you please provide me the source code...
For source code plz check PIN comment reply
thank you
#abdinegara
#budhiluhur
#cinderawasih
#dharmabhakti
#fatamorgana
#jasamarga
#tunasmuda
❤
sorce of code not working properly
Why the f#king path is incorrect again and again i am confused by try suggestion inbetween bro 😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢😢