Skip to content

developweb10/testrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

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

for test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published