Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 733 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 733 Bytes

--turning on, MongoDb and RabbitMQ via docker compose --execute the command below

cd ~/Test.RentMotorCycles/AssetsDB/MongoDb-RabbitMQ

sudo service docker start

docker compose up


--Activate the RabbitMQ Consumer Service cd ~/Test.RentMotorCycles/Test.RentMotorCycles.RabbitMQConsumer

dotnet run


--Run the api cd ~/Test.RentMotorCycles/Teste.RentMotorCycle.Api

dotnet run


--Run Test Project cd ~/teste/TEST_RENT/Test.RentMotorCycles/Teste.RentMotorCycle.Tests

dotnet run