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
- Host: GitHub
- URL: https://github.com/scaleit-org/kong
- Owner: ScaleIT-Org
- License: mit
- Created: 2017-11-05T20:43:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T11:27:57.000Z (over 8 years ago)
- Last Synced: 2025-12-30T11:37:44.146Z (5 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**.