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

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.

Awesome Lists containing this project

README

          

# Axum Starter Template

![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)

A Rust Axum web server template demonstrating basic REST API endpoints. Built using the Axum framework for async web
services in Rust.

[![Deploy on Railway](https://railway.com/button.svg)](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)