Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/josecfreittas/phoenix-liveview-15m.twitter
- Owner: josecfreittas
- Created: 2020-04-23T08:23:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T20:30:00.000Z (over 2 years ago)
- Last Synced: 2024-04-14T16:56:53.444Z (9 months ago)
- Topics: elixir, phoenix, phoenix-framework
- Language: Elixir
- Homepage:
- Size: 1.35 MB
- Stars: 38
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).