friends/friends
2022-11-05 22:01:58 -07:00
..
assets Add daisyui 2022-10-21 13:58:32 -07:00
config swoosh -> postmark 2022-10-29 17:22:34 -07:00
lib Clean up forms 2022-11-05 22:01:58 -07:00
priv Janky initial implementation of auth and profiles 2022-10-29 17:22:34 -07:00
rel/overlays/bin Initial commit, live @ fly.io & friends.pandu.ski 2022-10-21 12:50:14 -07:00
test Janky initial implementation of auth and profiles 2022-10-29 17:22:34 -07: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 Tweak homepage css. Add user auth thru phx.gen.auth 2022-10-22 11:14:14 -07:00
mix.lock Tweak homepage css. Add user auth thru phx.gen.auth 2022-10-22 11:14:14 -07: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