francoishill / Firepuma.WebPush

A repository containing code for a microservice to send WebPush notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firepuma.WebPush

Introduction

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

The following projects were generated as part of the solution:

  • Firepuma.WebPush.Domain project contains the domain logic (not tightly coupled to Mongo or other infrastructure specifics)
  • Firepuma.WebPush.Infrastructure contains infrastructure code, like mongo repositories inheriting from MongoDbRepository<T>
  • Firepuma.WebPush.Tests contains unit tests
  • Firepuma.WebPush.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-webpush-service --file Firepuma.WebPush.Worker/Dockerfile .

Run npx web-push generate-vapid-keys to generate public and private keypair for WebPush.

About

A repository containing code for a microservice to send WebPush notifications

License:MIT License


Languages

Language:C# 98.1%Language:Dockerfile 1.9%