forked from fatihfurkanaydemir/hvl-shopping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project_commands.txt
60 lines (43 loc) · 2.07 KB
/
project_commands.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Database update komutları, postgreyi ilk kurduğunuzda ve tablo yapıları değiştiğinde çalıştırılması gerek
//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Tüm komutlar ana proje dizininde çalıştırılmalı
1)
// Postgre ve rabbitmq
docker-compose up -d
2)
dotnet ef database update --context ApplicationDbContext --project .\Infrastructure.Persistence\ --startup-project .\WebApi\
3)
dotnet ef database update --context OrderDbContext --project .\OrderService\Infrastructure.Persistence\ --startup-project .\OrderService\OrderService\
4)
dotnet ef database update --context IdentityContext --project .\AuthServer\ --startup-project .\AuthServer\
5)
dotnet ef database update --context DiscountDbContext --project .\DiscountService\DiscountService.Infrastructure.Persistence\ --startup-project .\DiscountService\DiscountService\
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Servisler için
//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Herhangibir zamanda projeyi çalıştırmak için proje çalışma sırası
1)
// Postgre ve rabbitmq
docker-compose up -d
2)
AuthServer
3)
Stripe kullanıcı adı : şifre => [email protected] : HVLshopping123456789.
.\stripe.exe login
.\stripe.exe listen --forward-to https://localhost:7247/api/StripeWebhook
4)
Diğer servislerin sırası önemli değil
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! !!
!! AuthServer ilk başlatılmalı API nin seed edilebilmesi için. !!
!! !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Review Servis için
use Reviews
db.createCollection('Comments')