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 trialAndrew Lundy
13,269 PointsFor any of this to actually work and be useful, we must have a backend and DB right?
I'm building a password management application, and for a login form to actually work with AJAX - the backend and database have to be running correct?
Brendan Whiting
Front End Web Development Techdegree Graduate 84,738 PointsOkay cool. Just make sure whatever solution you choose, you're handling people's passwords properly - don't store unencrypted passwords in the database.
Andrew Lundy
13,269 PointsMost definitely!
Habiballah Hezarehee
7,193 PointsActually the fact is you can hash the password or combine the password with other characters with just using javascript but the to add dynamically functioning to your login form it's better to use the backend programming language and a DB connetcted to your application.
1 Answer
Brendan Whiting
Front End Web Development Techdegree Graduate 84,738 PointsYou might be able to use a service like Firebase if you don't wanna build your own server and database from scratch.
Andrew Lundy
13,269 PointsAndrew Lundy
13,269 PointsBrendan Whiting I plan on building the back-end once I'm done learning front-end development. I guess I'll get to that point when I get to that point.