Live data from Hacker News

Ask HN: What stack do you use to build a REST API?

news.ycombinator.com

11–20 of 31 posts

Re: Ask HN: What stack do you use to build a REST API?

#20
post #17

Flask + postgres

Out of interest, I hear a lot of people saying Flask is good for REST API's.

You don't use any additional framework? Does this mean you manually have to code POST requests to accept data / save them to the database? Some kind of REST framework would seem like a far easier option. (I use Django / Tasypie - you configure the resource, and it automatically knows how to save a valid POST to the database).

Post reply on HN