- You can use my database as it is already set up.
Or
- Open mLab website.
- Click on the sign up link.
- Create a database.
- Create a user.
- Click the account link, then click on a user account and then copy the API key and database URL.
- Change the key and URL in todo.service provider constructor to enable REST calls to your own mLab database.
- Download Cmder & Install from here.
- Download & install the latest LTE version of Node from here.
- Open Cmder and type
npm ionic -g ionic Cordova
. (for a more detailed guide see here)
- Download a zip or clone of this repo and use Cmder to change to the downloaded directory.
- To run the app type
ionic lab
orionic serve
in Cmder and press enter.
- The see how the app is used watch the demo by clicking the link below or alternativly read the features section of the wiki.