Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sartim/aspshopapi

ASP NET Shop Web API
https://github.com/sartim/aspshopapi

asp-net-core-web-api csharp

Last synced: about 6 hours ago
JSON representation

ASP NET Shop Web API

Awesome Lists containing this project

README

        

# ASP.NET Web API

REST API using ASP.NET C#

## Setup

### Install Entity Framework Core tools

$ dotnet tool install --global dotnet-ef

### Create migrations

$ dotnet ef migrations add

### Update database

$ dotnet ef database update

### Build

$ dotnet build

### Run

$ dotnet watch run -- --logging:LogLevel:Default=Debug