Home Tags TaskAPI

Tag: TaskAPI

Use Django and REST frameworks to create simple API

2
This article is a short tutorial on how to create a simple TaskAPI with SQLite, which communicates over JSON and REST. We will use...