bhlvoong / sails-lbta-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sails-lbta-starter

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

Links

Version info

This app was originally generated on Sat Jun 22 2019 16:31:42 GMT-0700 (Pacific Daylight Time) using Sails v1.2.2.

About


Languages

Language:JavaScript 50.2%Language:HTML 49.2%Language:CSS 0.6%