Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.06 KB

Rannect

A location-based online web chat app that helps people socialize and make connections with people all around the world

Demo

Rannect Demo Video

Made using PETAL framework

  • P : Phoenix
  • E : Elixir
  • T : Tailwind
  • A : Alpine
  • L : Liveview

How to run locally

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more