WebApp.rs
A web application completely written in Rust
A web application completely written in Rust. Target of this project is to write a complete web application including the backend and front within Rust. The app consists of a frontend and a backend. For getting started with hacking, the backend can be tested via make run-backend, whereas the frontend can be tested with make run-frontend. You can adapt the application configuration within Config.toml if needed. make deploy uses podman to start a PostgreSQL container and the Rust backend...