https://github.com/gabrielleraujo/newme-purchase
Purchase microservice using CQRS, TCC work.
https://github.com/gabrielleraujo/newme-purchase
Last synced: 3 months ago
JSON representation
Purchase microservice using CQRS, TCC work.
- Host: GitHub
- URL: https://github.com/gabrielleraujo/newme-purchase
- Owner: gabrielleraujo
- Created: 2023-07-15T21:54:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T16:36:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T03:51:50.826Z (4 months ago)
- Language: C#
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# newme-purchase
#### Migration:
- To create a new migration run the command below in the terminal in the path "src/Newme.Purchase.Infrastructure".1. dotnet ef --startup-project ../Newme.Purchase.API/ migrations add initial -c PurchaseCommandContext --msbuildprojectextensionspath local/obj -v
2. dotnet ef --startup-project ../Newme.Purchase.API/ database update#### Rabbitmq
- To enable rabbitmq run the command below on terminal.1. rabbitmq-server
- Queues and TrackingsExchanges must be previously created to run the project.
#### Swagger
- https://localhost:7164/swagger/index.html