Angular Sails Auth Server is the sever side, starter for authentication with sails.js.
Made to be used with Angular Sails Auth Client.
- Clone this project or Download that ZIP file
- Make sure you have npm installed globally
- On the command prompt run the following commands
- cd
project-directory npm install- set database at "config/connections.js"
- set database connection at "config/models.js"
sails lift- For starting server