https://github.com/gabrielleraujo/newme-catalog
Catalog microservice using CQRS, TCC work.
https://github.com/gabrielleraujo/newme-catalog
Last synced: 3 months ago
JSON representation
Catalog microservice using CQRS, TCC work.
- Host: GitHub
- URL: https://github.com/gabrielleraujo/newme-catalog
- Owner: gabrielleraujo
- Created: 2023-08-03T23:20:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T00:34:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T03:51:51.500Z (4 months ago)
- Language: C#
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# newme-catalog
#### Migration:
- To create a new migration run the command below in the terminal in the path "src/Newme.Catalog.Infrastructure".1. dotnet ef --startup-project ../Newme.Catalog.API/ migrations add initial -c CatalogCommandContext --msbuildprojectextensionspath local/obj -v
2. dotnet ef --startup-project ../Newme.Catalog.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:7154/swagger/index.html