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

https://github.com/amg262/netservices

Advanced example of Microservices in .NET 5 and using SQL database, Kubernetes, gRPC, Docker
https://github.com/amg262/netservices

docker dotnet grpc k8s microservices

Last synced: 4 months ago
JSON representation

Advanced example of Microservices in .NET 5 and using SQL database, Kubernetes, gRPC, Docker

Awesome Lists containing this project

README

          

# NetServices
Advanced example of Microservices in .NET 5 and using SQL database, Kubernetes, gRPC, Docker

## Docker

```dockerfile
docker build -t amg31/platformservice .
docker run -p 8080:80 -d amg31/platformservice
docker push amg31/platformservice
```