code base for app is not working
after installing all packages and getting the app to run and main web page to load. I tried to create a new user account but app crashed. It appears the user authentication is different than what was discussed in the tutorial. if at all possible, it would be good to provide a clean and working baseline that matches the tutorial. A subsequent version (in a different repo or folder) could be provided with additional features and improvements.
as a side comment tutorial is very useful and provides excellent content for learning.
thank-you, -jainraje
It looks I'm having having issues setup user accounts will have to study the code and cross check the tutorial.
Sorry for the inconvenience @jainraje the code for the tutorial is located in the tutorial branch (not in the master branch)
You can easily switch from the command line with git checkout tutorial.
I should probably add a note to the README file. Try again and let me know