Creating a Todo App - 7: Database Manipulation via API
In the database tutorial, we already showed how to create a REST-ful API that returns JSON-formatted output. Now let's apply our knowledge to this project as well. We want to be able to send POST-requests to the application in order to delete or modi...






