KellysonRN / cqrs-labs

.NET template for building a microservice using CQRS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CQRS Microservice Lab

Overview

This will template to create new microservices with Backstage and to show some how you can use some skills to improve your microservices.

Requirements

The project requires .NET 6.0.

Compatible IDEs

Tested on:

  • Visual Studio Code (1.73.1)

Useful commands

From the terminal/shell/command line tool, use the following commands to build, test and run the API.

Build the project

$ dotnet build

Run the tests

$ dotnet test

Run the application

Run the application which will be listening on port 5000.

$ dotnet run --project DotNetProject

About

.NET template for building a microservice using CQRS


Languages

Language:C# 97.5%Language:Dockerfile 2.5%