Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nhatthaiquang-agilityio/dotnet-auto-mapper

ASP NET Core APIs + Mongo DB + Automapper
https://github.com/nhatthaiquang-agilityio/dotnet-auto-mapper

aspnetcore automapper docker-compose dotnet mongodb

Last synced: 19 days ago
JSON representation

ASP NET Core APIs + Mongo DB + Automapper

Awesome Lists containing this project

README

        

# ASP NET CORE 2.1 and Automapper
ASP NET CORE APIs + Mongo DB + Automapper + MiniProfiling

### Requirements
+ Docker & Docker Compose
+ ASP NET CORE 2.1
+ Automapper
+ MongoDB
+ MiniProfiling: monitor the application

### Usage

+ Start MongoDB & APIs
```
cd devops
docker-compose up
```

+ Monitor your application http://localhost:5000/profiler/results

#### Testing
-------------
+ Start MongoDB
```
cd devops
docker-compose up mongo
```

+ Run Testing
```
cd DotnetMapper
dotnet test
```

### Reference
+ [Automapper](http://anthonygiretti.com/2018/12/19/common-features-in-asp-net-core-2-2-webapi-mapping)
+ [Profiling](http://anthonygiretti.com/2018/12/16/common-features-in-asp-net-core-2-2-webapi-profiling/)