Skip to content

Samuellucas97/kong-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KONG - API GATEWAY

Introduction

This repository contains tests involving the API Gateway Kong. It involves two fake Golang APIs.

To clone this repository, run:

$ git clone https://
$ cd KONG-PROJECTS

Content

Prerequisites

  • Make (version version 4.3)

    • How to install? apt
  • Ansible (version version 4.3)

    • How to install? apt
  • Python (version 3.10.6)

    • How to install? apt

We will use the Ansible to install the Docker and Docker Compose services.

How to run?

Run the following command to execute the docker-compose.yaml:

$ make

If everything was okay, you should see something similar to this:

$ docker ps
CONTAINER ID   IMAGE                             COMMAND                  CREATED          STATUS                   PORTS     NAMES

How to clean?

Run the following command:

$ make clean

How to test?