Skip to content

hwndept/learning-phoenix--chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

ChatApp

How to start working with a project

  1. Install Elixir
  2. Install NodeJS
  3. Install PostgreSQL
  4. Install dependencies with mix deps.get
  5. Create and migrate your database with mix ecto.create && mix ecto.migrate
  6. Install Node.js dependencies with cd assets && npm install
  7. 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

Learning phoenix/elixir

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published