Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```