- Kong API Gateway
- NodeJS Backend
- Redis Cache
- PostgreSQL
- Clone
- Populate a new .env
- Run api gateway migrations:
npm run gateway:migrate- Start the application:
npm run dev- Kong Proxy - http://localhost:8000
- Kong Admin API - http://localhost:8001
- Kong UI - http://localhost:8899
- Keycloak - http://localhost:8080/admin/
- API - http://localhost:3000