actix-admin 0.4.0

An admin interface for actix-web
Documentation
1
2
3
4
5
6
7
8
9
10
11
 # Actix Admin

 The actix-admin crate aims at creating a web admin interface similar to other admin interfaces (such as [flask-admin](https://github.com/flask-admin/flask-admin)).
 
## Usage

See the [documentation](https://mgugger.github.io/actix-admin/) at [https://mgugger.github.io/actix-admin/](https://mgugger.github.io/actix-admin/).

## Example

Check the [example](https://github.com/mgugger/actix-admin/tree/main/example) and run with ```cargo run --example basic``` from the root folder. The admin interface is accessible under ```localhost:5000/admin/```.