Hacker News new | ask | show | jobs
by mmariani 4540 days ago
Go with Flask Restless [1]. You're gonna be up and running in minutes.

[1] https://flask-restless.readthedocs.org/en/latest/quickstart....

3 comments

Seconded! It's an awesome module. But you need to know at least a little something about SQLAlchemy and Flask to get started. Here is an example on how to set it up and use OAuth for login: https://github.com/bjourne/vvm/blob/master/app/restapi.py
Thanks!
Side note: If any of you are familiar with flask restless, and taking on freelancing work, I have a project for you. It's the backend to a company that will be applying to YC this summer. Email miles@5280holdings.com
thanks mmariani : This looks very close to the model/py in django.