Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Introducing the Parse x AngularJS Boilerplate (parse.com)
40 points by ldn_tech_exec1 on Oct 17, 2013 | hide | past | favorite | 20 comments


This is the same stack I've been using for a project at work, I was exited to see the Parse SDK wrapper but apparently it's a thin one. In my current project I have attempted to create a wrapper completely Parse-agnostic in hopes to be able to switch to another provider my changing a little config, it does the basics for now, but I'd have to rewrite it as it's a little tied to this specific project.

I'm curious to hear if anyone has done a similar effort or is serious about starting.


I saw something similar here http://ericterpstra.com/2012/10/example-crud-app-starring-an...

But there is a big tradeoff for API user experience if you want to make it 'switchable' to another service.

Alternatively, for switching, there's this: https://github.com/stevegraham/parseport


Do you have better docs on the Parse query calls. Im new to Parse and trying to figure out how to customize the query / collection inside of this. Trying like equalTo and those type of methods I just don't understand what part of the code to use. Do I write a custom service to pull it in or do I use ParseQueryAngular in a directive?


checkout Monster.js, there is an example there. Basically all your queries should be methods on the collections/models. Each data model is defined in their own file extending the ExternalDataServices service. No need to create a new service for every model.

This is the most common feedback we've had so we'll improve the docs in time.

Thanks!


This could simplify a lot. Love it.

I wanted to get into trying both things so coupling it makes me happy and more incline to get into both.

Thank you for sharing and congrats on making it into the Parse blog!

Amazing stuff.


thanks jaime, we're here if you need help getting started


I was searching something similar toady and it is here. Great.


Thanks mate, happy to help @arush on twitter


Never considered a backend in the cloud before, and as I'm just getting into Angular I'll definitely give this a try. Nice one guys!


cheers andy, give it a shot and post here if you have any questions


Just started testing BAAS last week. This speed up our process. Thanks.


no problems dude, let me know if you need any help @arush


Interesting angle.


Seems like it's gonna be a matter of minutes to build a webapp now. Good stuff


This looks interesting, I've wanted to get into AngularJS


This is a great place to start. Also a great place for mid-large size apps.


Great work boys


wow. this looks awesome. badass job!


thanks buddy


awesome demo!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: