If you would like to download the code and test it locally:
1.1 Clone the repo: git clone git@github.com:scotch-io/easy-node-authentication
1.2 Navigate to myApp to Client Code or server/api for Server Code
Client
2.1 Install cordova: sudo npm install cordova
2.2 Install ionic: sudo npm install -g ionic
2.3 Add platforms: ionic platform ios 2.4 Test it on browser: ionic serve2.5 Test it on ios:ionic build ios ionic emulate ios2.6 Test it on android:ionic build android ionic run android`
Server
3.1 Install packages: npm install
3.2 Change out the database configuration in config.js
3.3 Change secret key for tokens if you like
3.4 Launch node server.js
3.5 Visit in your browser at: http://localhost:3001