Demonstration of single page application with authentication support using Node.js and AngularJS
This is demonstration of single page application with authentication support. This repository contains the application with and without authentication.
More information can be found here: http://www.webdeveasy.com/single-page-application-authentication
- Clone this repo
- Go to desired directory ('without-authentication' or 'with-authentication')
- Fill in app.js your: mongodbURI, facebookAppId and facebookAppSecret
- Install dependencies using 'npm install'
- Start your mongodb in default port (27017)
- Start the application using 'npm start'
Copyright (c) 2013 naorye