An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# API Gateway
[![production image build](https://github.com/invenlore/api.gateway/actions/workflows/master.yaml/badge.svg)](https://github.com/invenlore/api.gateway/actions/workflows/master.yaml)
![image version](https://img.shields.io/docker/v/invenlore/invenlore-api-gateway?sort=semver)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4fb6752b145445dc9c3e411e7f257858)](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
```