Skip to content

kishoreinvits/backend-dotnet

Repository files navigation

backend-dotnet

Introduction

A backend project demonstrating capabilities of ASP.NET.

Structure

The repo contains applications and respective UnitTests and ComponentTests:

  • WebApi
    • WebApi.csproj
  • WebApi.UnitTests
    • WebApi.UnitTests.csproj
  • WebApi.ComponentTests
    • WebApi.ComponentTests.csproj

Local development

This project uses standard dotnet projects.

# Restore nuget packages
dotnet restore
# build
dotnet build
# test
dotnet test

Build pipelines

This project uses GitHub actions. Related configuration can be found in .github\workflows folder

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published