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: 2 months ago
JSON representation
Personal website, written in Rust, using EdgeDB, both server-side rendering and SPA
- Host: GitHub
- URL: https://github.com/hongquan/QuanWeb
- Owner: hongquan
- Created: 2023-06-24T13:43:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T05:21:04.000Z (9 months ago)
- Last Synced: 2024-08-02T06:14:10.262Z (5 months ago)
- Topics: axum, chrono, edgedb, minijinja, rust, serde-json, vuejs
- Language: Rust
- Homepage: https://quan.hoabinh.vn
- Size: 6.94 MB
- Stars: 40
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-edgedb - QuanWeb - A production personal website with Rust (Axum framework) + EdgeDB at the backend, and various tech for frontend. (Applications)
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/)