I need to design a simple website with these elements:user registration system (users log in with email and password, able to reset password/forgot password)users must verify their email address before logging inAPI that only authenticated users can accessLike I said it is a very simple site.. literally just user registration, and an API that talks to a database.I could throw this together in Django in an hour but I've created Django sites before.. I want to get my feet wet with the http://ift.tt/2gxQHXA stack.Is there a certain stack you'd recommend? (I was thinking MEAN?)Django has a django-registration package that handles user registration via email/forgot password/reset password/etc. That's a lot of work to set up. Does Node have any package/module like this?Do I need Angular or would express be able to handle this?I appreciate your advice in advance
Submitted December 11, 2016 at 01:15AM by k4s
No comments:
Post a Comment