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.
- Host: GitHub
- URL: https://github.com/potlitel/testingserviceorderdbcontext
- Owner: potlitel
- Created: 2025-03-20T13:30:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T18:57:20.000Z (about 1 year ago)
- Last Synced: 2025-05-10T19:34:13.248Z (about 1 year ago)
- Topics: controllers, dbcontext, dependency-injection, docker, docker-compose, docker-container, dockerfile, feature, ioc-container, library, nuget, nuget-package, serviceorders, swagger, swagger-ui, webapi
- Language: C#
- Homepage:
- Size: 3.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```