Skip to content

mrinterestfull/pub_sub_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pub Sub Demo

A demo meant to show how you can send out notification based directly on changes to your database using Phoenix PubSub and Postgrex.

Blog post here: https://medium.com/@bnchrch/get-notified-of-user-signups-and-plan-changes-automatically-using-postgres-phoenix-pubsub-e67d061b04bc

Running

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 85.0%
  • JavaScript 10.0%
  • HTML 4.9%
  • CSS 0.1%