Skip to content

RevellX/stackly-backend

Repository files navigation

stackly-backend

Small ASP.NET Core Web API project.

Quick links

Prerequisites

  • .NET 8 SDK installed

Install & run

  1. Restore, build and create database files (by default in build directory):
dotnet restore
dotnet build
dotnet ef database update
  1. Run the app from the project root:
dotnet run
  1. Access Swagger UI to see and interact with API
  • /swagger/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages