https://github.com/dangos-dev/axumstartertemplate
A Rust Axum web server template demonstrating basic REST API endpoints.
https://github.com/dangos-dev/axumstartertemplate
axum rust
Last synced: about 1 month ago
JSON representation
A Rust Axum web server template demonstrating basic REST API endpoints.
- Host: GitHub
- URL: https://github.com/dangos-dev/axumstartertemplate
- Owner: dangos-dev
- Created: 2025-03-09T00:48:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-09T16:53:53.000Z (over 1 year ago)
- Last Synced: 2025-12-28T23:57:43.781Z (6 months ago)
- Topics: axum, rust
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Axum Starter Template

A Rust Axum web server template demonstrating basic REST API endpoints. Built using the Axum framework for async web
services in Rust.
[](https://railway.com/template/xMaTor?referralCode=Al2B-n)
## Highlights
🚀 Deploys a web server in seconds
🦀 Pure Rust implementation using Tokio runtime
📦 Minimal dependencies (Axum + Serde + Tokio)