https://github.com/wendreof/dotnet-ddd
API REST using .NET Core 3.1/ .NET5.0 + DDD Arch + Entity Framework with MySQL + Swagger + AutoMapper + JWT Token
https://github.com/wendreof/dotnet-ddd
adminer automapper automapper-profiles ddd-architecture docker dotnet-core editorconfig entity-framework githooks jwt mock mysql sqlserver swagger testing xunit
Last synced: 3 months ago
JSON representation
API REST using .NET Core 3.1/ .NET5.0 + DDD Arch + Entity Framework with MySQL + Swagger + AutoMapper + JWT Token
- Host: GitHub
- URL: https://github.com/wendreof/dotnet-ddd
- Owner: wendreof
- Created: 2022-03-22T01:11:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T00:53:36.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T11:26:53.918Z (5 months ago)
- Topics: adminer, automapper, automapper-profiles, ddd-architecture, docker, dotnet-core, editorconfig, entity-framework, githooks, jwt, mock, mysql, sqlserver, swagger, testing, xunit
- Language: C#
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API REST using .NET Core 3.1/ .NET5.0 + DDD Arch + Entity Framework with MySQL + Swagger + AutoMapper + JWT Token
[](https://github.com/wendreof/dotnet-ddd/actions/workflows/sonar.yml)
[](https://sonarcloud.io/summary/new_code?id=wendreof_dotnet-ddd)[](https://sonarcloud.io/summary/new_code?id=wendreof_dotnet-ddd)
[](https://sonarcloud.io/summary/new_code?id=wendreof_dotnet-ddd)
[](https://sonarcloud.io/summary/new_code?id=wendreof_dotnet-ddd)
[](https://sonarcloud.io/summary/new_code?id=wendreof_dotnet-ddd)
[](https://sonarcloud.io/summary/new_code?id=wendreof_dotnet-ddd)[](https://sonarcloud.io/summary/new_code?id=wendreof_dotnet-ddd)
[](https://sonarcloud.io/summary/new_code?id=wendreof_dotnet-ddd)
[](https://sonarcloud.io/summary/new_code?id=wendreof_dotnet-ddd)
[](https://sonarcloud.io/summary/new_code?id=wendreof_dotnet-ddd)
[](https://sonarcloud.io/summary/new_code?id=wendreof_dotnet-ddd)# How to run
## Setup MySQL + Adminer (http://localhost:8080/)
```bash
docker-compose up -d
```## Swagger
```bash
http://localhost:5000/index.html
```