This repository demonstrates a microservices architecture using .NET, with a catalog API as an example service. The project focuses on building and deploying distributed systems with Docker, using best practices for modularity and configuration.
- Catalog API: A RESTful API for managing catalog data.
- Microservices Architecture: Demonstrates modular and scalable service design.
- Dockerized Deployment: Supports containerization with
docker-compose
. - Environment Configuration: Uses
.env
files for managing environment-specific settings.
- .NET SDK
- Docker
- Visual Studio or any IDE with .NET support