Skip to content

slashrsm/phoenix_auto_save

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhoenixAutoSave

This is a demo project that showcases real-time auto save with Phoenix LiveView.

Also see the blog post.

To start:

  • Install dependencies with mix deps.get
  • Run Postgres using Docker with docker-compose up -d or update config/dev.exs if you are running it some other way.
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server