/gateway

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Gateway

Index

Description

This project is an example on how to use a gateway class to interact with 3d party services.
Here you would find:

  • Base class example using an async framework
  • Implementation of a custom class
  • Contract testing for the service
  • Documentation with theory around this topics

How tu run the project

In order to build this project you would need to:

  • Install docker on you machine
  • Copy the .env.template into a .env and fill the env variables
  • Run the following commands
make build
make debug