Skip to content

Sample Android app created with Ionic2 using MLab database.

License

Notifications You must be signed in to change notification settings

branecko/ionic2-workouts-app

Repository files navigation

ionic2-workouts-app

Sample Android app created using ionic 2 and mLab database

Prerequisities

  • create account on mLab
  • on dashboard create new deployment and select AWS(cloud provider), single node, Sandbox and dbname: myworkouts_dev and confirm
  • open database > users and add db user. Remember user + pwd.
  • create collection workouts and insert some test data for example:
{
    "title": "Morning Run",
    "note": "1 run at 5 am",
    "type": "Jogging"
}

Interesting commits

About

Sample Android app created with Ionic2 using MLab database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published