Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

How to make login and registration form with Node.js ?

I want to make login and registration form, currently I know HTML, CSS and Javascript and I think best way to make this is using Node.js. But I don't know from where to start. Can give me some advice, what to do. Thanks.

2 Answers

I would watch all the videos in nodejs basics and Build a simple dynamic site with nodejs before using node.js

Sadly I have not used it, so I am sure someone could go into a step by step detail on how to do this (hopefully someone does!) But from stackoverflow (and Googling your question) I found this

Once I know more I will setup a guide and explanation, hope this helped.

Edit: I also found a video by stormpath titled Everything You Ever Wanted To Know About Authentication in Node.js

Also a great teacher on youtube is a guy named Bucky from a channel called TheNewBoston who just started a new tutorial series on Node.js. Here is the playlist.

Thank you:) I will watch all this videos.