This is the API Gateway for the Sportiq project. Supports CORS-headers operations and JWT authentication via connection with KDS and modules on Lua language.
- Create
.env
file and fill it:make env
- Build Docker-image:
make build
- (Optional) make self-signed SSL certificate:
make ssl
- After the start of all microservices:
make up
Reloading can be helpful:
make reload