No description
Find a file
Pierre de Lacroix 6f80299dbc
add cors_plug
2026-01-23 00:08:18 +01:00
config add gauge API 2026-01-22 19:34:39 +01:00
lib add cors_plug 2026-01-23 00:08:18 +01:00
priv/static initial commit 2025-12-20 11:56:45 +01:00
test initial commit 2025-12-20 11:56:45 +01:00
.formatter.exs initial commit 2025-12-20 11:56:45 +01:00
.gitignore initial commit 2025-12-20 11:56:45 +01:00
mix.exs add cors_plug 2026-01-23 00:08:18 +01:00
mix.lock add cors_plug 2026-01-23 00:08:18 +01:00
README.md initial commit 2025-12-20 11:56:45 +01:00

CampApi

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