Go to file
2025-02-11 11:16:32 +02:00
.cargo Initial commit 2025-01-25 14:10:21 +02:00
.sqlx feat(migrations): migrate old code 2025-02-11 11:14:28 +02:00
config clean slate 2025-02-11 10:57:36 +02:00
migrations feat(migrations): migrate old code 2025-02-11 11:14:28 +02:00
scripts feat(migrations): migrate old code 2025-02-11 11:14:28 +02:00
src feat(migrations): migrate old code 2025-02-11 11:14:28 +02:00
tests/api clean slate 2025-02-11 10:57:36 +02:00
.dockerfile clean slate 2025-02-11 10:57:36 +02:00
.env.example clean slate 2025-02-11 10:57:36 +02:00
.gitignore refactor: make discrete backend and frontend 2025-01-27 17:10:34 +02:00
Cargo.toml feat(migrations): migrate old code 2025-02-11 11:14:28 +02:00
Dockerfile clean slate 2025-02-11 10:57:36 +02:00
justfile clean slate 2025-02-11 10:57:36 +02:00
LICENSE Create LICENSE 2025-01-25 14:10:21 +02:00
README.md clean slate 2025-02-11 10:57:36 +02: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