Skip to content

Microservices architecture example with a catalog API. Includes Docker support, .env configuration, and a modularized structure to demonstrate best practices for building and deploying microservices in .NET

Notifications You must be signed in to change notification settings

datkanber/micro-services

Repository files navigation

Microservices Example Project

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.


Features

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

Getting Started

Prerequisites

About

Microservices architecture example with a catalog API. Includes Docker support, .env configuration, and a modularized structure to demonstrate best practices for building and deploying microservices in .NET

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages