Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/dotnet-auto-mapper
- Owner: nhatthaiquang-agilityio
- Created: 2019-05-31T04:39:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T01:54:42.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T07:09:37.966Z (9 months ago)
- Topics: aspnetcore, automapper, docker-compose, dotnet, mongodb
- Language: C#
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)