An open API service indexing awesome lists of open source software.

https://github.com/scaleit-org/kong

API-Gateway and Microservices Management Layer
https://github.com/scaleit-org/kong

Last synced: about 2 months ago
JSON representation

API-Gateway and Microservices Management Layer

Awesome Lists containing this project

README

          

# Getting Started
## Initialize the Application

Before the first startup, the database has to be initialized. This can be done by executing the `init-db.sh`.

After that you can use your usual `docker-compose up -d` and other compose commands.

## Accessing the GUI

By default the GUI is reachable at `:1337` where you can add existing API's and create users (consumers).

## Default Ports

The default HTTP port for Kong is **8000** and for HTTPS **8443**.