javimoya / ionic-parse-starter

A starter app for Ionic with Parse user integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic Parse Starter

A starter app for Ionic with user integration against Parse. With this app you will be able to register new users, login, logout, and initiate a password reset request.

Quickstart

Parse setup

Create a free account over at Parse.

Copy your Application ID and Javascript Key into the Parse.initialize function in www/js/app.js.

Create the API endpoints for user logins and registrations by creating a User collection (https://parse.com/apps/[YOURAPPNAME]/collections).

Ionic setup

Ensure you have Node.js & NPM installed and in your PATH.

Install the ionic command line tools by running npm install -g ionic cordova.

Run the project in your browser by running ionic serve.

Additional resources

Parse Docs

Ionic Docs

Credits

Made with love by alevicki

About

A starter app for Ionic with Parse user integration


Languages

Language:JavaScript 85.4%Language:CSS 14.4%Language:HTML 0.2%