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

https://github.com/hexensemble/axum-rest-api

Simple REST API built with Rust and Axum. 🤝
https://github.com/hexensemble/axum-rest-api

axum backend rust server

Last synced: 2 months ago
JSON representation

Simple REST API built with Rust and Axum. 🤝

Awesome Lists containing this project

README

        

# Axum REST API

Simple REST API built with Rust and Axum. 🤝

![Axum REST API](preview.png)

**Features:**

- Fetch all users or a single user by ID
- Add new users via POST requests
- Delete users via DELETE requests
- Built with SQLx for database integration
- Fully managed migrations

Easily interact with the API using cURL or a browser.