Skip to content

This repository contains a sample application built with .NET 8, demonstrating the use of gRPC for high-performance remote procedure calls

License

Notifications You must be signed in to change notification settings

poorna-soysa/grpc-demo

Repository files navigation

Shopping Cart API with .NET 8, Aspire, gRPC, PostgreSQL, Marten, and Redis

This repository showcases a sample API built with .NET 8 that demonstrates the integration of .NET Aspire orchestration. The application utilizes Marten as its document database on PostgreSQL, and Redis for caching, all while leveraging gRPC for efficient communication. Together, these components provide a robust foundation for scalable web APIs.

Table of Contents

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/poorna-soysa/grpc-demo.git
  2. Navigate to the project directory
    cd grpc-demo
  3. Restore dependencies:
    dotnet restore

Architecture Overview

This template follows the Vertical Slice Architecture, which organizes code by features rather than technical concerns. Each feature is self-contained, promoting high cohesion and low coupling.

Features

  • Built with .NET 8: Utilizes the latest features for efficient development.
  • .NET Aspire: Optimized for cloud-native applications.
  • gRPC: Efficient communication protocol for service interactions.
  • Marten: Document database for flexible data storage.
  • PostgreSQL: Powerful relational database for data storage.
  • Redis: Caching solution for improved performance.
  • Health Check: Standardized approach for monitoring and assessing the operational status of systems.

Technologies Used

  • .NET 8
  • gRPC
  • .NET Aspire
  • PostgreSQL
  • Marten
  • Redis
  • EF Core

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Create a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Support

If you find this project helpful, consider buying me a coffee!

Buy Me a Coffee

About

This repository contains a sample application built with .NET 8, demonstrating the use of gRPC for high-performance remote procedure calls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages