Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josecfreittas/phoenix-liveview-15m.twitter

Based on the "real-time Twitter clone in 15 minutes with LiveView and Phoenix", from Chris McCord
https://github.com/josecfreittas/phoenix-liveview-15m.twitter

elixir phoenix phoenix-framework

Last synced: about 2 months ago
JSON representation

Based on the "real-time Twitter clone in 15 minutes with LiveView and Phoenix", from Chris McCord

Awesome Lists containing this project

README

        

# 15 minutes real time Twitter clone

Based on [Build a real-time Twitter clone in 15 minutes with LiveView and Phoenix 1.5](https://www.youtube.com/watch?v=MZvmYaFkNJI).

> Updated to use Phoenix ~> 1.6.
> You can check the original implementation [here](https://github.com/josecfreittas/phoenix-liveview-15m.twitter/tree/phoenix1.5), and the diff [here](https://github.com/josecfreittas/phoenix-liveview-15m.twitter/compare/phoenix1.5...main)

To start your Phoenix server:

* Setup the project with `mix setup`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).