Containers
Last updated
Last updated
Create :
Clone repo:
Start a virtual environment
If you use visual studio code do this first in your terminal window and then open the folder again with code .
.
Check that you have have a local docker environment in -> Setup Docker Environment.
Create Dockerfile and docker-compose that starts the Mock Server() - make sure the Swagger file does not include custom functions like x-tokenInfoFunc
. TODO create it for the mock
Implement Frontend against mocks
Update Dockerfile to production config
Implement API (including DB, ...)
Connexion Examples:
Create a client library for the API:
Use Feature flags:
Python Testing:
Unit Testing
Mocks
Code Coverage
Python Functional Programming:
Python Clean Code:
Benefits API First:
Beispiel:
Get started with Connextion:
Check a token:
API Sources / public api collection: