https://github.com/fbrump/study-dotnet-rabbitmq
https://github.com/fbrump/study-dotnet-rabbitmq
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fbrump/study-dotnet-rabbitmq
- Owner: fbrump
- License: mit
- Created: 2024-01-08T14:55:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T00:42:43.000Z (over 2 years ago)
- Last Synced: 2024-01-17T05:56:50.940Z (over 2 years ago)
- Language: C#
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Study - Dotnet Rabbitmq
The focus of this project is...
# Projects
## Source
- Presentation Web API
- Application
- Domain
- Infrastructure
## Tests
- Presentation Web API (tests)
- Application (tests)
- Domain (tests)
- Infrastructure (tests)
# How to run
## Local
First, we should execute this command below.
```bash
dotnet run --project ./src/Presentation.WebApi/Presentation.WebApi.csproj
```
Then, open this link http://localhost:5119/swagger/index.html.
## Docker Compose
```bash
docker compose down && docker compose up
```
### RabbitMQ
So, we can open this link http://localhost:15672/ and access the admin using the credential below.
- Username: `rabbitmq-user`
- Password: `Nd9zY3Q8syCLZe24u#Mt@J`