joemcbride / householdevents

Event Sourcing Example with Marten

Home Page:https://householdevents.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Household Events

Deploying to Heroku

Add the following build packs

Connection String

To enable running on Heroku Postgres from your local machine you need to add a couple properties to your connection string.

  • sslmode=Require - Heroku requires this for external connections see here
  • Trust Server Certificate=true - Heroku servers use a self-signed certificate see here
host=host.com;database=dbname;password=password;username=user;sslmode=Require;Trust Server Certificate=true

About

Event Sourcing Example with Marten

https://householdevents.herokuapp.com/


Languages

Language:C# 78.0%Language:JavaScript 15.9%Language:HTML 4.8%Language:CSS 1.3%