Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sartim/aspshopapi
- Owner: sartim
- Created: 2023-01-09T12:00:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T19:20:51.000Z (21 days ago)
- Last Synced: 2024-10-18T18:11:53.904Z (19 days ago)
- Topics: asp-net-core-web-api, csharp
- Language: C#
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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