galloramiro / gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Python 74.3%Language:Makefile 21.4%Language:Dockerfile 4.2%