An admin panel made easy written in rust. This repo is during development and hasn't been offically released yet.
To develop this project further you can follow this steps:
- Clone the repoository and cd into it.
- Build it:
cargo build
Many web frameworks offer an easy code gen and well defined structure so it's easier to feel productive. The goal of this project is to have an easy way for creating an admin panel with as less as possible configurations necessary and yet at the same time keep it flexible and simple.
To ease the development process until offical release, you can send a pull request / contribute to this project, suggestions are welcome :)