/OneToManyTutorial

[Archive] A simple blogging app that showcases one-to-many relationships

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

[Archive] One-to-Many Relationships Tutorial

Note: This repository is not under active development.

This project teaches you how to create one-to-many relationships in Parse using a simple blogging application.

How to Run

iOS:

  1. Clone the repository and open the Xcode project.
  2. Add your Parse application id and client key in AppDelegate.m

Android:

  1. Clone the repository and open the project
  2. Add your Parse application id and client key in OneToManyApplication.java

Learn More

To learn more, take a look at the adding one-to-many relationships tutorial for iOS and tutorial for Android.