abhishekkr / sample_phoenix_server

sample phoenix server to try out Phoenix style elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Phoenix Server

is here to try out phoenix style elixir

Currently

  • provides a chatroom Scuttlebutt using channels without persistence

To start your Phoenix server:

  • Install dependencies with mix deps.get

  • 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

  • ./start-pgsql to init docker with postgres for dev mode here

Now you can visit localhost:4000 from your browser.

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

Learn more


About

sample phoenix server to try out Phoenix style elixir

License:MIT License


Languages

Language:Elixir 65.4%Language:CSS 22.4%Language:JavaScript 8.9%Language:HTML 2.9%Language:Shell 0.4%