Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fboucher/playing-with-containers

Little project to play around with containers
https://github.com/fboucher/playing-with-containers

Last synced: about 2 months ago
JSON representation

Little project to play around with containers

Awesome Lists containing this project

README

        

# Playing With Containers
Little project to play around with containers. The "same" API will evolved to covert different scenario and each time it will be set in a container and deployed to Azure.

1. [Simple .NET Minimal API](https://github.com/FBoucher/playing-with-containers/blob/main/making-of-note-v1.md#1---simple-net-minimal-api): A simple API contained in a single project
2. [.NET Minimal API with local dependencies](https://github.com/FBoucher/playing-with-containers/blob/main/making-of-note-v2.md#2---net-minimal-api-with-local-dependencies): A simple API with domain project as local reference.
3. .NET Minimal API with with dependency and a database: A simple API with domain project as local reference and a database.