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

https://github.com/potlitel/testingserviceorderdbcontext

Repository for testing the operation of a custom DBContext for working with service orders.
https://github.com/potlitel/testingserviceorderdbcontext

controllers dbcontext dependency-injection docker docker-compose docker-container dockerfile feature ioc-container library nuget nuget-package serviceorders swagger swagger-ui webapi

Last synced: 11 months ago
JSON representation

Repository for testing the operation of a custom DBContext for working with service orders.

Awesome Lists containing this project

README

          

## Project that showcases the use of a custom DBContext for working with service orders.

## Tech Stack

**UI:** [Swagger UI](https://swagger.io/tools/swagger-ui/)

**Build Tool:** [Visual Studio](https://visualstudio.microsoft.com/)

## Features

- Allowing the import of endpoints for handling CRUD operations on base entities.
- Docker deployment using https with custom cert.
- etc...

## Run Locally

Clone the project

```bash
git clone https://github.com/potlitel/TestingServiceOrderDBContext.git
```

Go to the project directory

```bash
cd TestingServiceOrderDBContext
```

Install dependencies

```bash
dotnet restore --verbosity normal
```

Start the server

```bash
dotnet run --project WebApiSO/WebApiSO.csproj
```