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. 🤝
- Host: GitHub
- URL: https://github.com/hexensemble/axum-rest-api
- Owner: hexensemble
- License: apache-2.0
- Created: 2025-03-14T18:03:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T18:56:56.000Z (2 months ago)
- Last Synced: 2025-03-14T19:22:52.652Z (2 months ago)
- Topics: axum, backend, rust, server
- Language: Rust
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Axum REST API
Simple REST API built with Rust and Axum. 🤝

**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 migrationsEasily interact with the API using cURL or a browser.