friends/friends
2022-11-03 15:48:43 -04:00
..
assets Add daisyui 2022-10-21 13:58:32 -07:00
config Finally started writing tests 2022-11-03 02:17:26 -04:00
lib More frontend tests 2022-11-03 15:48:43 -04:00
priv Janky initial implementation of auth and profiles 2022-10-29 17:20:14 -07:00
rel/overlays/bin Initial commit, live @ fly.io & friends.pandu.ski 2022-10-21 12:50:14 -07:00
test More frontend tests 2022-11-03 15:48:43 -04:00
.dockerignore Add daisyui 2022-10-21 13:58:32 -07:00
.formatter.exs Initial commit, live @ fly.io & friends.pandu.ski 2022-10-21 12:50:14 -07:00
.gitignore Add migrations, helpers, dev config, models 2022-10-21 13:01:58 -07:00
Dockerfile Add daisyui 2022-10-21 13:58:32 -07:00
fly.toml Initial commit, live @ fly.io & friends.pandu.ski 2022-10-21 12:50:14 -07:00
mix.exs Finally started writing tests 2022-11-03 02:17:26 -04:00
mix.lock Finally started writing tests 2022-11-03 02:17:26 -04:00
README.md Initial commit, live @ fly.io & friends.pandu.ski 2022-10-21 12:50:14 -07:00

Friends

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