This is the starter project to be used for LBTA tutorial lessons. To keep things simple, this is an 'Empty Project' generated through 'sails generate new' with the following extras:
- Registration and Login authentication functions in AuthController (sessions managed through passport and bcrypt-nodejs).
- Sessions stored in MongoDB to maintain logged in users on server restart (Modify config/sessions.js to configure location of your mongodb server).
- /login and /register html pages ready for browser
- Sails framework documentation
- Version notes / upgrading
- Deployment tips
- Community support options
- Professional / enterprise options
This app was originally generated on Sat Jun 22 2019 16:31:42 GMT-0700 (Pacific Daylight Time) using Sails v1.2.2.