2 releases

0.1.12 Nov 26, 2024
0.1.11 Nov 22, 2024

#2191 in Web programming

49 downloads per month

MIT license

800KB
14K SLoC

Rwf admin

Documentation Latest crate Reference docs

Rwf admin panel is a web application that provides a real time overview into web activity, background jobs queue insights, and allows to manipulate database models.

The admin panel can run as a standalone application or be integrated into an existing Rwf application.

Installation

To install Rwf admin panel into your application, you need to add it to your routes and preload its templates at application startup:

use rwf::prelude::*;
use rwf::http::{Server, Error};

#[tokio::main]
async fn main() -> Result<(), Error> {
    rwf_admin::install()?;

    let mut routes = vec![];
    // Add your routes...

    routes.extend(rwf_admin::routes());

    Server::new(routes)
        .launch("0.0.0.0:8000")
        .await
}

The admin panel is now running on https://localhost:8000/admin/.

Dependencies

~15–28MB
~426K SLoC

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy