Ask HN: Fastest setup for Restful Web Service
Because I don't trust the results of google and how old they are I am going to ask the HN Community. I want to get a proof of concept out for an app. I am more of a UI developer and have dabbled in django/tastypie however it will take me a good couple days to get that setup in AWS. I have a data model that I could easily implement in a database (pretty good with SQL) but not tied to relational DB. My Question: What is the absolute easiest and fastest way to setup a restful web service based on a datamodel. (And I'd like to use json for the format) GO!
14 comments
[ 33.1 ms ] story [ 425 ms ] threadElse, I might be partial to do it in something like Rails that would allow me to write almost 0 lines of code, instead just spend time connecting various gems, libraries, etc and make a push to Heroku and get a proof of concept up.
While Proof-Of-Concept is running (free on Heroku) I would probably spend time rewriting it in Python or if you become partial to Ruby, just sticking with it...
One of the favorites for Rails would be Michael Hartl's guide to rails. It's easy to follow, free, and quite extensive.
When you start actually building something, theres a collection of videos called 'railscasts' and theres a video for just about any topic in rails you can imagine.
[1] https://flask-restless.readthedocs.org/en/latest/quickstart....
[0] http://sailsjs.org
For example deployd is open source AFAIR; others (like Firebase, Parse) are hosted solutions. But overall they all give you instant CRUD over your data. In your case, their turn-key multi-user capabilities are a bonus.