https://github.com/masstransit/sample-dbtransport
Sample using MassTransit with the Database Transport (and PostreSQL)
https://github.com/masstransit/sample-dbtransport
Last synced: about 1 year ago
JSON representation
Sample using MassTransit with the Database Transport (and PostreSQL)
- Host: GitHub
- URL: https://github.com/masstransit/sample-dbtransport
- Owner: MassTransit
- Created: 2023-06-30T18:30:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T12:27:19.000Z (over 1 year ago)
- Last Synced: 2025-03-23T06:11:44.694Z (over 1 year ago)
- Language: C#
- Size: 85.9 KB
- Stars: 21
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MassTransit Database Transport Sample
## Getting Started
1. Run `docker compose up --build` to start the database engines.
2. Open the solution.
3. Build it (the NuGet packages should restore)
4. Run either the Sample.Api or Sample.Api.SqlServer project, depending upon which database you want to use.
5. Navigate to [`http://localhost:5010/swagger`](http://localhost:5010/swagger) to interact with the API.