WWWTech.de
This is my personal website, running at https://wwwtech.de.
It is an Actix project, using diesel for communicating with a PostgreSQL database and Askama for rendering HTML.
Running
See .env
for configuration during development (like pathes and database config). Then run cargo run
and visit
the endpoint at localhost:8080 (no protocol to avoid autolinking).