/api-gateway-kong-laravel-and-typescript-node

Example API Gateway with KONG (Laravel + TypeScript Node)

Primary LanguagePHP

Example API Gateway With KONG (Laravel + TypeScript Node)

git clone https://github.com/carlosfgti/api-gateway-kong-laravel-and-typescript-node.git
cd api-gateway-kong-laravel-and-typescript-node
cd api-laravel
cp .env.example .env
docker-compose up -d
cd ../api-ts-node
docker-compose up -d
cd .. && docker-compose up -d