Forums

Personal API Using Web App

Hey, I need to make an API that uses a database (contained in the filesystem) which returns JSON-encoded responses. I'm fairly experienced with Python, but I haven't got onto the web-portion of the equation. Anyone have any pointers or tutorials on how to do something like this?

maybe check out django rest framework?