A boilerplate starter project with Nuwe's hosted Parse Server service implementation
Clone the repository. It contains a fully built project complete with Parse frameworks, which are installed via cocoapods
Create an account and an application on the Nuwe Platform
Enable the Parse-Server service on your application
Note the credentials in the Parse tab of the Developer Portal.
In appDelegate.swift
change the credentials:
let parseConfiguration = ParseClientConfiguration(block: { (ParseMutableClientConfiguration) -> Void in
ParseMutableClientConfiguration.applicationId = "YOURAPPID"
ParseMutableClientConfiguration.clientKey = "YOURCLIENTKEY"
ParseMutableClientConfiguration.server = "http://seahorse.nuwe-parse-server.c66.me:YOURPORT/parse/"
})
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history
TODO: Write credits
TODO: Write license