Skip to content

gabrielleraujo/newme-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Catalog microservice using CQRS, TCC work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages