Pythonic API design

Test status Version badges

This project is a resource for future Python developers to help them get started in API programming.

Setup

First, please install Docker Desktop from this LINK. The installation depends on your OS.
This introduction to API programming in python is split into seperated examples. Each is located in a subdirectory. Navigate to an example, for example the first one by opening a terminal and running the following command:

cd .\01_simple_crud_sql\ 

Now you're in the subdirectory and can build all Docker containers of the specific example by running:

docker-compose up -d --build

There are detailed guides for each example. These are Markdown .md files and can be found in each sub-folder. They are also linked below.

Documentation