https://github.com/fl03/template-rs-axum
A well-designed template for building RESTful API's in Rust using the axum framework
https://github.com/fl03/template-rs-axum
axum cargo-generate restful rust-lang template
Last synced: about 2 months ago
JSON representation
A well-designed template for building RESTful API's in Rust using the axum framework
- Host: GitHub
- URL: https://github.com/fl03/template-rs-axum
- Owner: FL03
- License: apache-2.0
- Created: 2024-10-04T16:56:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T09:46:08.000Z (4 months ago)
- Last Synced: 2025-03-28T06:31:41.506Z (about 2 months ago)
- Topics: axum, cargo-generate, restful, rust-lang, template
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# template-rs-axum
[](https://github.com/FL03/template-rs-axum/actions/workflows/clippy.yml)
[](https://github.com/FL03/template-rs-axum/actions/workflows/rust.yml)[](https://github.com/FL03/template-rs-axum/actions/workflows/docker.yml)
***
_**Welcome!**_
Welcome to the template-rs-axum, a RESTful API built with Rust employing the [axum](https://docs.rs/axum) web-framework alongside [Tokio](https://tokio.rs) and [sqlx](https://docs.rs/sqlx)
## Getting Started
### Building from the source
### _Clone the repository_
```bash
git clone https://github.com/FL03/template-rs-axum.git
cd template-rs-axum
```### _Build the project_
```bash
cargo build [--release] [-v]
```### _Run the project_
```bash
cargo run [--release]
```## License
This project is licensed under the Apache-2.0 License - see the [LICENSE](LICENSE) file for details.