francoishill / Firepuma.Email

A repository containing code for a microservice to send emails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firepuma.Email

A repository containing code for a microservice to send emails.

Introduction

This solution was generated with francoishill/Firepuma.Template.GoogleCloudRunService.

The following projects were generated as part of the solution:

  • Firepuma.Email.Domain project contains the domain logic (not tightly coupled to Mongo or other infrastructure specifics)
  • Firepuma.Email.Infrastructure contains infrastructure code, like mongo repositories inheriting from MongoDbRepository<T>
  • Firepuma.Email.Tests contains unit tests
  • Firepuma.Email.Worker project contains the service that will get deployed to Google Cloud Run

Deploying

When using github, the deployment will happen automatically due to the folder containing workflow yaml files in the .github/workflows folder.

To test locally whether the Dockerfile can build, run the following command:

docker build --tag tmp-test-email-service --file Firepuma.Email.Worker/Dockerfile .

About

A repository containing code for a microservice to send emails

License:MIT License


Languages

Language:C# 96.7%Language:Dockerfile 3.3%