No description
Find a file
2022-02-09 18:06:11 +02:00
assets Initial commit 2022-02-08 23:53:35 +02:00
config Initial commit 2022-02-08 23:53:35 +02:00
lib Formatting 2022-02-09 18:06:11 +02:00
priv Initial commit 2022-02-08 23:53:35 +02:00
test Initial commit 2022-02-08 23:53:35 +02:00
.formatter.exs Initial commit 2022-02-08 23:53:35 +02:00
.gitignore Initial commit 2022-02-08 23:53:35 +02:00
.tool-versions Initial commit 2022-02-08 23:53:35 +02:00
mix.exs Initial commit 2022-02-08 23:53:35 +02:00
mix.lock Initial commit 2022-02-08 23:53:35 +02:00
README.md Initial commit 2022-02-08 23:53:35 +02:00

Minisome

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