Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fboucher/playing-with-containers
- Owner: FBoucher
- Created: 2024-03-12T14:05:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T19:31:38.000Z (10 months ago)
- Last Synced: 2024-05-02T02:37:03.162Z (8 months ago)
- Language: Bicep
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.