Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/hongquan/QuanWeb

Personal website, written in Rust, using EdgeDB, both server-side rendering and SPA
https://github.com/hongquan/QuanWeb

axum chrono edgedb minijinja rust serde-json vuejs

Last synced: about 1 month ago
JSON representation

Personal website, written in Rust, using EdgeDB, both server-side rendering and SPA

Lists

README

        

# Personal website #

This is my personal website. At first, it only has a blog, with Markdown being input format.

The website is programmed in Rust (used to be Python, but was rewritten as an exercise to learn Rust).

## Tech stack

- Backend:

+ Programming language: Rust
+ Framework: [Axum](https://crates.io/crates/axum)
+ Database: [EdgeDB](https://www.edgedb.com/), Redis
+ Localization: [Fluent](https://projectfluent.org/)

- Frontend:

+ Server-side rendering: [MiniJinja](https://crates.io/crates/minijinja)
+ SPA (for Admin): [VueJS](https://vuejs.org/), TypeScript, [TailwindCSS](https://tailwindcss.com/)