https://github.com/appthrust/template-rust-axum
https://github.com/appthrust/template-rust-axum
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/appthrust/template-rust-axum
- Owner: appthrust
- Created: 2026-05-17T09:49:31.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-17T10:06:47.000Z (about 2 months ago)
- Last Synced: 2026-05-17T12:24:36.373Z (about 2 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Rust Axum API + PostgreSQL
AppThrust application template. The container listens on port 8080.
## Local Docker check
```bash
docker build -t template-rust-axum:local .
docker run --rm -p 8080:8080 template-rust-axum:local
```