Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mablay/parse-example
- Owner: mablay
- Created: 2015-08-28T15:24:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T19:15:58.000Z (about 9 years ago)
- Last Synced: 2023-03-02T09:41:29.781Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://pisquared.github.io/parse-example
- Size: 582 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.