Skip to content

tr1sm0s1n/axum-crud-api

Repository files navigation

Axum-CRUD-API

Simple CRUD API in Rust using Axum.

🛠 Built With

Rust Axum

⚙️ Run Locally

Clone the repository

git clone https://github.com/tr1sm0s1n/axum-crud-api.git
cd axum-crud-api

Install Rust

make install

Test the application

make test

Run the application

make run