Go to file
2022-11-08 17:10:27 +01:00
actix_admin_macros cleanup examples 2022-11-08 17:10:27 +01:00
docs cleanup examples 2022-11-08 17:10:27 +01:00
examples cleanup examples 2022-11-08 17:10:27 +01:00
src cleanup examples 2022-11-08 17:10:27 +01:00
static add initial crate documentation 2022-09-02 17:06:13 +02:00
templates add custom handlers and add them optionally to the menu 2022-10-11 18:54:45 +02:00
tests add custom handlers and add them optionally to the menu 2022-10-11 18:54:45 +02:00
.gitignore add jekyll docs 2022-10-24 19:15:52 +02:00
Cargo.toml cleanup examples 2022-11-08 17:10:27 +01:00
README.md update docs 2022-10-24 20:09:59 +02:00

Actix Admin

The actix-admin crate aims at creating a web admin interface similar to other admin interfaces (such as flask-admin in python).

Usage

See the documentation at https://mgugger.github.io/actix-admin/.

Example

Check the example and run with cargo run. The admin interface is accessible under localhost:5000/admin/.