Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tr1sm0s1n/axum-crud-api
Simple CRUD API in Rust using Axum.
https://github.com/tr1sm0s1n/axum-crud-api
api axum crud hyper rust tokio tower tracing
Last synced: 24 days ago
JSON representation
Simple CRUD API in Rust using Axum.
- Host: GitHub
- URL: https://github.com/tr1sm0s1n/axum-crud-api
- Owner: tr1sm0s1n
- License: mit
- Created: 2023-12-11T11:35:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T09:18:35.000Z (9 months ago)
- Last Synced: 2024-04-09T10:33:28.196Z (9 months ago)
- Topics: api, axum, crud, hyper, rust, tokio, tower, tracing
- Language: Rust
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Axum-CRUD-API
Simple CRUD API in Rust using Axum.
## 🛠 Built With
[![Rust](https://img.shields.io/badge/rust-firebrick?style=for-the-badge&logo=rust&logoColor=white)](https://www.rust-lang.org/)
[![Axum](https://img.shields.io/badge/axum-firebrick?style=for-the-badge&logo=rust&logoColor=white)](https://docs.rs/axum/latest/axum/)## ⚙️ Run Locally
Clone the repository
```bash
git clone https://github.com/tr1sm0s1n/axum-crud-api.git
cd axum-crud-api
```Install Rust
```bash
make install
```Test the application
```bash
make test
```Run the application
```bash
make run
```