Skip to content

A full-stack .NET 6 Microservices build on Minimal APIs and C# 10

License

Notifications You must be signed in to change notification settings

giangcoi48k/northwind-dotnet

 
 

Repository files navigation

northwind-dotnet projects

Implementing the specification of northwind application at https://github.com/thangchung/northwind-specs

Setup Environment Variables

Create .env file with content as below

POSTGRES_USER=northwind
POSTGRES_PASSWORD=<your password>
POSTGRES_DB=northwind_db

ConnectionStrings__northwind_db=Server=localhost;Port=5432;Database=northwind_db;User Id=northwind;Password=<your password>;
Kafka__BootstrapServers=localhost:9092
Kafka__SchemaRegistryUrl=http:https://localhost:8081
AuditorGrpcUrl=https://localhost:5006

And now you are ready to start it

> tye run --watch
> dotnet watch run // for Blazor Web

Screen shots

HTTP/3 with gRPC

Reference stuffs

About

A full-stack .NET 6 Microservices build on Minimal APIs and C# 10

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C# 94.9%
  • HTML 3.3%
  • Other 1.8%