https://github.com/sulmar/vavatech-dotnet6-microservices-202205
Przykłady ze szkolenia Mikrousługi w .NET 6
https://github.com/sulmar/vavatech-dotnet6-microservices-202205
micro-services netcore6 redis yarp
Last synced: 30 days ago
JSON representation
Przykłady ze szkolenia Mikrousługi w .NET 6
- Host: GitHub
- URL: https://github.com/sulmar/vavatech-dotnet6-microservices-202205
- Owner: sulmar
- License: mit
- Created: 2022-05-16T11:20:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T15:52:31.000Z (about 4 years ago)
- Last Synced: 2025-02-21T20:13:19.467Z (over 1 year ago)
- Topics: micro-services, netcore6, redis, yarp
- Language: C#
- Homepage:
- Size: 3.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Shopper
## Projekty
| Projekt | Rodzaj projektu |
|--- |--- |
| CustomerService.Api | Web Api MVC |
| PaymentService.Api | Ardalis.ApiEndpoints |
| ProductService.Api | Minimal API |
| OCRService.Api | Middleware |
| TrackingService.Api | Signal R |
| DeliveryService.Api | gRPC Server |
| ShoppingCartService.Api | REDIS |
| AuthService.Api | JWT Token |
## REDIS
- Utworzenie kontenera REDIS
~~~
docker run --name vavatech-redis -d -p 6379:6379 redis
~~~
- Uruchomienie konsoli redis-cli
~~~
docker exec -it vavatech-redis redis-cli
~~~
- Weryfikacja
~~~
ping
~~~