/ticketing-microservices-dotnet

A straightforward ticketing system, utilizing dotnet and built on a microservice architecture, employs asynchronous communication through an event bus. These services are deployed using Kubernetes.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

To build docker image for services

Run the following command from root directory

Auth Service:

docker build -t arifjmamun/ticketing-auth-dotnet -f src/Ticketing.Auth/Dockerfile .