Go to file
2025-11-30 09:28:39 +00:00
assets mix phx.new --database sqlite3 --adapter bandit --binary-id simpleshop 2025-11-30 09:28:39 +00:00
config mix phx.new --database sqlite3 --adapter bandit --binary-id simpleshop 2025-11-30 09:28:39 +00:00
lib mix phx.new --database sqlite3 --adapter bandit --binary-id simpleshop 2025-11-30 09:28:39 +00:00
priv mix phx.new --database sqlite3 --adapter bandit --binary-id simpleshop 2025-11-30 09:28:39 +00:00
test mix phx.new --database sqlite3 --adapter bandit --binary-id simpleshop 2025-11-30 09:28:39 +00:00
.formatter.exs mix phx.new --database sqlite3 --adapter bandit --binary-id simpleshop 2025-11-30 09:28:39 +00:00
.gitignore mix phx.new --database sqlite3 --adapter bandit --binary-id simpleshop 2025-11-30 09:28:39 +00:00
AGENTS.md mix phx.new --database sqlite3 --adapter bandit --binary-id simpleshop 2025-11-30 09:28:39 +00:00
mix.exs mix phx.new --database sqlite3 --adapter bandit --binary-id simpleshop 2025-11-30 09:28:39 +00:00
mix.lock mix phx.new --database sqlite3 --adapter bandit --binary-id simpleshop 2025-11-30 09:28:39 +00:00
README.md mix phx.new --database sqlite3 --adapter bandit --binary-id simpleshop 2025-11-30 09:28:39 +00:00

Simpleshop

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