Skip to content

0xor1/dnsk

Repository files navigation

Dnsk - dotnet starter kit

Build Status Coverage Status Demo Live

This project is the basic starting point for my dotnet based projects, revolving around the primary technologies:

  • Client - Blazor WASM
  • Server - Aspnet core with RPC pattern
  • DB - Ef core

Prerequisites

To build and run this project you need .net core 8, docker and docker-compose installed.

To build and run unit tests:

./bin/pre

To build and run the app:

./bin/run

You can pass parameter nuke to either ./bin/pre or ./bin/run to delete docker containers and rebuild them, this is typically useful if there has been a db schema change.

About

dotnet starter kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published