schema

Setting up GraphQL for an SQL database in Python

In this post we'll explore what is GraphQL and when it makes sense to use it. We'll map an existing…

3 years ago

Building a Python REST API with Flask

What is a REST API? It stands for REpresentational State Transfer. This means each unique URL is a representation of…

5 years ago