Skip to content

codeboz/contact-app

Repository files navigation

contact-app

Pre Requisities

  • Install Latest version of the Docker to run project and docker-compose
  • Install .Net 5.0 for contributing development and Unit Tests
  • Postman for Example requests and some endpoint testing

Build projects containers with docker files

cd ./contact-app/CBZ.ContactApp
docker build -f ./ContactApp.dockerfile -t cbz-contactapp:1 .
docker build -f ./ReportGenerator.dockerfile -t cbz-reportgenerator:1 .

Docker compose up

cd ./contact-app
docker-compose up -d

PgAdmin4

PgAdmin4 -pqsql connection

* leftPane under "Browser", "Servers" right click on "Servers"=>Create=>Create Server
* Name:postgres
* Hostname : pqsql
* Port :5432
* Username:admin
* pass:secret

RappitMq-Management

Postman example collections

How to run

cd ./contact-app/CBZ.ContactApp
dotnet run --project CBZ.ContactApp
dotnet run --project CBZ.ContactApp.ReportGenerator

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published