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.
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).
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
.
Made with love by alevicki