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.
- 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