extra_hosts:
- "host.docker.internal:<IP ADDR>"
Set password for postgres in kong-gateway/POSTGRES_PASSWORD file
Install python dependencies
pip3 install -r requirements.txt
Install golang dependecies
go mod download
Add api endpoints configuration under kong-gateway/config/kong.yaml
Run python backend api
python3 backend/app.py
Run golang server
go run main.go
Run kong proxy
in kong-gateway directory
docker-compose up
curl commands present in curl-commands.md