Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Parse.com URL for Page

Hi Everyone! I'm an iOS developer, so it's been a while since I've used front-end web technologies like JS, jQuery, etc. That being said, I'm working for a new startup that is requiring me to do front end development.

We're using Parse.com as our backend. I've used parse before for iOS apps, so I can definitely navigate myself around it and setup the database schema.

We're setting up a service so that any user (who logs in or makes an account) can create an "Event". This "event" would include a date, location, description, title, etc. I've configured the schema so that this works.

But here's the problem: I need this to be public so that once the user creates the new event, they can share that link to anyone in the world. I'm not sure how to go about doing this.

Any help would be greatly appreciated.