Hello World!

This is the example placeholder that should become the welcoming dashboard for the admin. It should show various statistics and also a detailed overview of all your models. This Dashboard however has a low priority to be completed, so I started filling it with whatever came into my mind.

Axum

Selecting from all the backend frameworks in rust, axum seemed like the most logical choice. While there are plenty of good frameworks available, axum being close to tokio allows to rely on the most famous async framework, which also powers great other crates like tower and hyper.

More Details

Jumbotron

A jumbotron is a big box which is used for calling extra attention to some special content. The above element was achieved by making use of Fomantic's messaging component. Click the button below for information on Fomantic's message syntax.

More Details

Django Admin

Django was the inspiration to make this, but it has since changed into it's own project, where I have to learn more frontend work. I like Django in python, even though there are more modern frameworks available, because usually web projects end up using most of the framework anyway, so it is only one dependency to maintain. Also, the most important thing in Django is the Admin, which I here try to reproduce.

More Details