Skip to content

FuzzyLab-UVA/Artwise-API

Repository files navigation

.NET Unit Tests CodeQL CodeFactor

Artwise-API

Requirements

  • .NET 8 SDK
  • ASP .NET Core Runtime and Targeting Pack (usually bundled with the SDK)
    • To check, you can execute dotnet new list. If you see ASP.NET Core listed, you have it installed.

How to use

To execute the API, run:

dotnet run

To execute the API with hot-reloading, run:

dotnet watch

To execute the unit tests, run:

dotnet test

To build for production, run:

dotnet publish -c Release -o "path/to/build/folder"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published