App based on video Authorization in Phoenix web applications using Role Based Access Control (RBAC)
Pow, lib for authentication. Phoenix 1.7.7, Elixir 1.14
create database:
docker run -d --rm --name wait_list -p 5432:5432 -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres postgres
run migrations:
mix ecto.setup
run app
mix phx.server