Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 659 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 659 Bytes

dockercompose-aspcore-mongodb

Overview

This repository is a rework of the tutorial titled "Create a web API with ASP.NET Core and MongoDB" from Microsoft's ASP.NET Core documentation.

Outline of Differences

  • Docker (via docker-compose) is used instead of local installations
  • There is a seed script included so that the Mongo container can be initialized upon container start
  • Mongo Express is added to view the Database through a browser
  • A layered architecture is used