Skip to content

Capital One Software Summit 2016, Final Project.

Notifications You must be signed in to change notification settings

code-bot/cashdash

Repository files navigation

Cash Dash

Parse setup tutorial here! Submodule located at cashdash-parse.

APIs, SDKs and Libraries

  • iOS
    • CoreLocation
    • Alamofire (networking)
    • SwiftyJSON (data processing)
    • Parse, ParseUI, ParseFacebookUtilsV4 (Parse integration)
  • Backend (Heroku)
    • Heroku-CLI
    • Parse
    • MongoDB

Parse Access

Instructions mostly online here. Run npm install -g parse-server mongodb-runner to install required binaries, then cd into the server directory and do mongodb-runner start and parse-server --appId APP_ID --masterKey MASTER_KEY.

Integration with iOS through the migrated Parse server can be found here.

Database

Access the database at https://www.mlab.com/databases/heroku_trnhb0fs/. You will need a login; contact a team member for information. The Parse dashboard appears to be bugged at the moment; data does not show up correctly.

Heroku

Dashboard available here. App is deployed at https://cap-cashdash.herokuapp.com; endpoints are available through /parse, at /push and /test. API keys are needed (client key, master key, and REST API key).

About

Capital One Software Summit 2016, Final Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published