dannyh79 / phx_chirp

(WIP) A twitter clone from YouTube tutorial "Build a real-time Twitter clone in 15 minutes with LiveView and Phoenix 1.5."

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhxChirp

A twitter clone from the tutorial "Build a real-time Twitter clone in 15 minutes with LiveView and Phoenix 1.5." Credit for post_component part goes to josecfreittas/phoenix-liveview-15m.twitter.

Getting Started

To start your Phoenix server:

  • Clone the project
  • cd into it
  • Setup the project with mix setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Caveats

This project uses PostgreSQL. To use it, you need to either

  • Have a user postgres with password postgres, or
  • Go to config/dev.exs and configure your database

License

MIT

About

(WIP) A twitter clone from YouTube tutorial "Build a real-time Twitter clone in 15 minutes with LiveView and Phoenix 1.5."

License:MIT License


Languages

Language:Elixir 72.8%Language:CSS 14.3%Language:HTML 6.8%Language:JavaScript 3.6%Language:SCSS 2.5%