/phx_chirp

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

Primary LanguageElixirMIT LicenseMIT

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