Phoenix Dashboard for Cassian.
The current requirements are:
- Redis
- PostgreSQL
- Elixir (>= 1.11.3)
- Node (>= 14.16.0)
- npm (>= 7.11.2)
You need to follow some steps to setup the server:
- Install dependencies with
mix deps.get
. - Create and migrate your database with
mix ecto.setup
. - Install Node.js dependencies with
npm install
inside theassets
directory.
And you can finally start the Phoenix server:
- Start Phoenix endpoint with
mix phx.server
.
Or you can as well interactively start it with iex -S mix phx.server
.
Now you can visit localhost:4000
from your browser.