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

https://github.com/4-ford204/online-pet-store

This is an online pet store built with .NET 9.0 that applies clean architecture.
https://github.com/4-ford204/online-pet-store

ardalis clean-architecture dotnet fastendpoints mediatr mssqlserver redis

Last synced: 12 months ago
JSON representation

This is an online pet store built with .NET 9.0 that applies clean architecture.

Awesome Lists containing this project

README

          

# 🐾 Online-Pet-Store (OPS)

This is an online pet store built with .NET 9.0 that applies clean architecture.

---

## 📌 Tech Stack

.NET 9.0

- **API:**
- FastEnpoints
- Ardalis
- MediatR
- **Database:** Microsoft SQL Server
- **Distributed Cache:** Redis
- **Message Broker:** RabbitMQ

## 🚀 Getting Started

### 🛠️ Prerequisites

Installations

- .NET 9.0 SDK
- EF Core CLI
- Microsoft SQL Server
- Redis
- RabbitMQ

### 🗃️ Migration

```
dotnet ef migrations add InitialCreate --context DataContext --output-dir MSSQL/Migrations
dotnet ef database update --context DataContext
```