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.
- Host: GitHub
- URL: https://github.com/4-ford204/online-pet-store
- Owner: 4-Ford204
- Created: 2025-05-05T08:34:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-23T09:40:36.000Z (12 months ago)
- Last Synced: 2025-06-26T14:05:27.821Z (12 months ago)
- Topics: ardalis, clean-architecture, dotnet, fastendpoints, mediatr, mssqlserver, redis
- Language: C#
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```