blog/blog/architecture_of_blog/post.md

538 B

name slug description tags published_at edited_at active
Architecture of the blog architecture_of_blog How I set up the blog and why no frontend is involved.
backend
2023-02-23 2023-02-23 true

Architecture of the blog

This blog is entirely run on the backend, no frontend code or JavaScript is involved for the better! Repo is here.

The webserver is written in Rust with ActixWeb and Diesel as the Postgres driver.

Probably will write more here when I find the time...