Tech test for ploy
  • Elixir 75.1%
  • HTML 16.9%
  • CSS 4.5%
  • JavaScript 3.4%
  • Nix 0.1%
Find a file
2025-05-27 11:57:47 +01:00
assets Initial commit 2025-05-27 10:58:40 +01:00
config Initial commit 2025-05-27 10:58:40 +01:00
lib Add LiveView and filtering logic 2025-05-27 11:57:47 +01:00
priv Initial commit 2025-05-27 10:58:40 +01:00
test Initial commit 2025-05-27 10:58:40 +01:00
.envrc Initial commit 2025-05-27 10:58:40 +01:00
.formatter.exs Initial commit 2025-05-27 10:58:40 +01:00
.gitignore Initial commit 2025-05-27 10:58:40 +01:00
devenv.lock Initial commit 2025-05-27 10:58:40 +01:00
devenv.nix Initial commit 2025-05-27 10:58:40 +01:00
devenv.yaml Initial commit 2025-05-27 10:58:40 +01:00
mix.exs Initial commit 2025-05-27 10:58:40 +01:00
mix.lock Initial commit 2025-05-27 10:58:40 +01:00
README.md Initial commit 2025-05-27 10:58:40 +01:00

Techtestploy

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • 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