Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drujensen/actix-blog

Example Blog using Rust, Actix Web, HTMX, Mustache
https://github.com/drujensen/actix-blog

Last synced: about 2 months ago
JSON representation

Example Blog using Rust, Actix Web, HTMX, Mustache

Awesome Lists containing this project

README

        

# Actix Blog

An example blog built with Actix. It uses htmx and handlebar templates.

## Running

To run the blog, you need to have a recent version of Rust installed. Then, run:

```bash
$ cargo run
```

## Multiplatform Docker Image

```
docker buildx create --use --name multiplatform
docker buildx build --platform linux/amd64,linux/arm64 --push -t drujensen/actix-blog:latest .
```