actix-admin/README.md

11 lines
541 B
Markdown
Raw Normal View History

2022-09-07 14:38:21 +02:00
# 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) in python).
2022-10-24 20:09:59 +02:00
## Usage
2022-09-07 14:38:21 +02:00
2022-10-24 20:09:59 +02:00
See the [documentation](https://mgugger.github.io/actix-admin/) at [https://mgugger.github.io/actix-admin/](https://mgugger.github.io/actix-admin/).
2022-09-07 14:38:21 +02:00
2022-10-24 20:09:59 +02:00
## Example
2022-09-07 14:38:21 +02:00
2022-10-24 20:09:59 +02:00
Check the [example](https://github.com/mgugger/actix-admin/tree/main/example) and run with ```cargo run```. The admin interface is accessible under ```localhost:5000/admin/```.