Backpex is a simple admin dashboard that makes it easy to manage existing resources in your application.
See our comprehensive docs for more information.
Screenshot (Live Demo)
- Clone the repository.
- In
demo
directory runcp .env.example .env
and set values accordingly.- Generate
SECRET_KEY_BASE
viamix phx.gen.secret
. - Generate
LIVE_VIEW_SIGNING_SALT
viamix phx.gen.secret 32
.
- Generate
- Run
docker compose up
(yarn watch
is triggered automatically).
Now you can visit localhost:4000
from your browser.
Backpex source code is licensed under the MIT License.