To start your Phoenix server:
- Install dependencies with
mix deps.get
- Create and migrate your event store with
mix event_store.setup
- Create and migrate your read store with
mix read_store.setup
- Start Phoenix endpoint with
mix phx.server
- Run tests with
mix test
Now you can visit localhost:4000
from your browser.
- Official website: http://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix