The frontend must be a four page + not found + admin panel yew application, it must include basic account creation, login and "redirecting". We will leverage yew_patternfly, when the first account is created it should always be administrator, that account can make others administrators.
The backend must be a simple actix web application connecting with the database with some context and configuration, as the core backend this will be done with envconfig.
The frontend must be a four page + not found + admin panel yew application, it must include basic account creation, login and "redirecting". We will leverage
yew_patternfly, when the first account is created it should always be administrator, that account can make others administrators.The backend must be a simple actix web application connecting with the database with some context and configuration, as the core backend this will be done with
envconfig.