Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mablay/parse-example

Parse.com AngularJS example
https://github.com/mablay/parse-example

Last synced: 8 days ago
JSON representation

Parse.com AngularJS example

Awesome Lists containing this project

README

        

# parse-example

This project shows

1. Parse.com user authentication.
2. Parse.com row level ACL.
3. Parse.com belongs-to relation.
4. ui-router layouting
5. ui-router state security

## Quick Install & run

git clone [email protected]:pisquared/parse-example.git
cd parse-example
npm install
bower install
grunt serve

## Build & development

Run `grunt` for building and `grunt serve` for preview.

## Testing

Running `grunt test` will run the unit tests with karma.