Skip to content

hexensemble/axum-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axum REST API

Example Rust REST API built with Axum and SQLx. 🤝


Axum REST API

🚧 This is just a code example, see Leptos Full-Stack for a full implementation.


Features:

  • SQLite database
  • SQLx for database integration
  • Fully managed migrations
  • Fetch all users or a single user by ID
  • Add new users via POST requests
  • Delete users via DELETE requests
  • Easily interact with the API using cURL or a browser.

About

Example Rust REST API built with Axum and SQLx. 🤝

Topics

Resources

License

Stars

Watchers

Forks

Languages