This commit is contained in:
Dominic Grimm 2023-02-23 17:52:56 +01:00
parent 990b269f70
commit 0a75fadabe
No known key found for this signature in database
GPG Key ID: 6F294212DEAAC530
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
---
name: Architecture of the blog
slug: architecture_of_blog
description: How I set up the blog and why no frontend is involved.
tags:
- backend
published_at: 2023-02-10
edited_at: null
active: 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](https://git.dergrimm.net/dergrimm/blog).
The webserver is written in Rust with ActixWeb and Diesel as the Postgres driver.
Probably will write more here when I find the time...