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

https://github.com/aimenux/dummywebapidemo

Using a web api to play with dummies
https://github.com/aimenux/dummywebapidemo

autofixture automapper entity-framework fluent-assertions fluent-validation integration-testing mediatr net80 serilog unit-testing webapi

Last synced: about 2 months ago
JSON representation

Using a web api to play with dummies

Awesome Lists containing this project

README

        

[![.NET](https://github.com/aimenux/DummyWebApiDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/DummyWebApiDemo/actions/workflows/ci.yml)

# DummyWebApiDemo
```
Using a web api to play with dummies
```

In this demo, i m using a web api in order to get (or create) dummies from (or in) an sql database.
>

**`Tools`** : net 8.0, mediatr, automapper, fluent-validation, entity-framework, unit-testing, integration-testing