Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 861 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 861 Bytes

Single Page Application Authentication

Demonstration of single page application with authentication support using Node.js and AngularJS

Getting Started

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

Usage

  1. Clone this repo
  2. Go to desired directory ('without-authentication' or 'with-authentication')
  3. Fill in app.js your: mongodbURI, facebookAppId and facebookAppSecret
  4. Install dependencies using 'npm install'
  5. Start your mongodb in default port (27017)
  6. Start the application using 'npm start'

Copyright (c) 2013 naorye