Skip to content

A smallish feature deficient realtime Hacker News Clone leveraging Phoenix LiveView & Channels

Notifications You must be signed in to change notification settings

ashishwadekar/live_hacker_news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveHackerNews

A smallish feature deficient realtime Hacker News Clone leveraging Phoenix LiveView & Channels

As posted here

To start app:

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

Now you can visit localhost:4000 from your browser.

Learn more about Phoenix Framework here