colinskow / superlogin-demo

A sample single page app using SuperLogin, AngularJS, and PouchDB
MIT License
37 stars 29 forks source link

SuperLogin Demo

Live Demo

A sample single-page application built with SuperLogin, PouchDB and AngularJS, along with Angular Material.

For issues and feature requests visit the issue tracker.

Requirements

How to use

  1. npm install
  2. bower install
  3. (Optional) follow the instructions in env.example.sh to configure your access credentials
  4. Ensure Redis and CouchDB are running
  5. npm start

How to deploy to Heroku & Cloudant

Demonstrates These Projects

SuperLogin

Powerful authentication for APIs and single page apps using the CouchDB ecosystem which supports a variety of providers.

NG-SuperLogin

Angular bindings for the SuperLogin project.

NG-Pouch-Mirror

Simple 3-way sync between a remote database, memory, and disk using PouchDB.