https://github.com/invenlore/api.gateway
API Gateway
https://github.com/invenlore/api.gateway
dokploy gateway golang grpc logrus microservices protobuf
Last synced: about 2 months ago
JSON representation
API Gateway
- Host: GitHub
- URL: https://github.com/invenlore/api.gateway
- Owner: invenlore
- License: mit
- Created: 2025-12-17T21:50:19.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-02-05T21:44:49.000Z (about 2 months ago)
- Last Synced: 2026-02-06T07:47:16.506Z (about 2 months ago)
- Topics: dokploy, gateway, golang, grpc, logrus, microservices, protobuf
- Language: Go
- Homepage: https://invenlore.io
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API Gateway
[](https://github.com/invenlore/api.gateway/actions/workflows/master.yaml)

[](https://app.codacy.com/gh/invenlore/api.gateway/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
### Docker:
```shell
# fresh with build
make fresh
# start
make up
# stop
make down
# logs
make logs
# pin all actions in master.yaml workflow
make workflow
```
### Or just run:
```shell
make run
```