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 withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix
My hope is to get this done in about two months (working on it for about 4 hours a week😬). As such I'm not writing tests and documentation will be sparse. This is an MVP, I'm not getting paid. There are lots of code smells, some I know, some I will catch when I introduce Credo, tests, etc.
For now when I write/find something to fix I will tag it with #Refactor: