Go to file
2024-08-20 21:12:57 +03:00
config Initial commit 2024-08-20 21:12:57 +03:00
scripts Initial commit 2024-08-20 21:12:57 +03:00
src Initial commit 2024-08-20 21:12:57 +03:00
tests Initial commit 2024-08-20 21:12:57 +03:00
.dockerfile Initial commit 2024-08-20 21:12:57 +03:00
.gitignore Initial commit 2024-08-20 21:12:57 +03:00
Cargo.lock Initial commit 2024-08-20 21:12:57 +03:00
Cargo.toml Initial commit 2024-08-20 21:12:57 +03:00
Dockerfile Initial commit 2024-08-20 21:12:57 +03:00
LICENSE Initial commit 2024-08-20 21:12:57 +03:00
README.md Initial commit 2024-08-20 21:12:57 +03:00

Axum Template

This repository contains templates for bootstrapping a Rust Web application with Axum.

Getting Started

  1. Install cargo-generate
cargo install cargo-generate
  1. Create a new app based on this repository:
cargo generate kristoferssolo/axum-template