Phoenix example app with foreign key multi tenancy and cluster support for genservers

Hi everyone

Not sure if this is usable and/or interesting, but I have been working on a pet project of mine, that in lack of better fantasy called “activity planner”.

Not sure if this is the place to post “show case” or repos demonstrating usage of Phoenix or Elixir, but im sure it will be ok and ignored if none is giving it any interest :wink:

It’s a basic Phoenix project with Postgres, GenServers, cluster support for genservers, Ecto multi transactions, foreign key multi tenancy, Macros to cut down the amount of repeating code etc.

Its here in all its “glory” :wink: With all my playing around with different ideas and changes, making a commit history not worthy of attention :smiley: but maybe worth for someone who wants to know why I did something.

4 Likes

Great job for building in public! Make sure to add it to this repo! GitHub - szTheory/real-world-phoenix: Real World Phoenix apps and their open source codebases for developers to learn from

3 Likes