Skip to content

Testing Phoenix 1.3 with Channel, Presence ... just for fun

Notifications You must be signed in to change notification settings

srlopez/PhoenixTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App

Just for fun

To create a user you need to Register (Dont use the new user link) To chat, to need to create a Room and go to show page. Enjoy.

There is an interesting job to organize the specific js code for each view. Also there are local (just in a template) channel for chat, and a global channel for .. what ever you want from any template.

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

About

Testing Phoenix 1.3 with Channel, Presence ... just for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published