Found 252 repositories(showing 30)
sheroz
Building REST API Web service in Rust using axum, JSON Web Tokens (JWT), SQLx, PostgreSQL, and Redis.
thanipro
This is a simple Api template for Rust ( Axum framework )
codemountains
An example of web application (REST API) by using Rust and Axum with DDD, Clean Architecture, Explicit Architecture.
wpcodevo
If you're new to Rust and eager to build your first API, you're in luck: this article will guide you step by step through building a simple REST API in Rust using the Axum framework.
nakamuraos
A modular Rust application template built using Axum and Sea-ORM. It supports REST API (Swagger UI) and GraphQL (GraphiQL).
raditzlawliet
Medium: Building Notes CRUD REST API with Rust and MySQL using Axum & SQLx
Pjiwm
Rest API built with Axum for creating posts and reviews. It contains Authentication using JWT tokens, middleware and stores data using a mongo database.
In this article, we will explore the process of building a REST API in Rust with features like user registration, email verification, login, and logout capabilities. Our API will be powered by the high-performance Axum framework and will utilize the SQLx toolkit to store data in a SQLite database.
senzenn
No description available
FrancescoXX
A high-performance CRUD REST API built with Rust, Axum, SQLx, and Postgres, fully containerized with Docker.
b-palaniappan
Rust Axum REST api application
kliarist
Just a sample rust axum rest api
uuhnaut69
A modern, high-performance REST API template built with Rust using Axum framework and clean architecture principles.
aarambh-darshan
Fast and efficient REST API for the Time Capsule project, built with Rust + Axum. Designed for performance, scalability, and simplicity. Works seamlessly with the Next.js frontend.
Departamento-Web-y-Multimedia-UTP
HTTP API REST usando axum (rust) y diesel, para la integracion de yappy en la Universidad Técnologica de Panamá
rsachdeva
DriveDeposits: Microservices-based Financial System with Delta Growth. Backend: Rust, Async Rust, Tokio, gRPC (Tonic 0.12.x), REST (Axum 0.8.x with Path Segment Updated), Amazon Web Services AWS SDK for Rust, Lambda, DynamoDB, EventBridge, API Gateway, AWS SAM, Docker, Kubernetes. Architecture: server-based and serverless microservice
rapidappio
Todo REST API with Rust,Axum, and Diesel
stkr89
POC to build a REST API using axum in Rust
blackshadowsoftwareltd
Rest Api Example using axum
codemountains
An example of deploying a REST API using Rust and Axum web framework to Cloud Run.
gustavocadev
A simple example of Sea ORM + Sqlite + Axum REST API
ardinbig
A high-performance Rust REST API (Axum/SQLx) for fuel station management.
Webrowse
Production-ready REST API template with Axum, PostgreSQL, JWT auth, and task management
emarifer
Server/REST API built using Rust's Axum framework and Postgres database running in a Docker container.
joisandresky
this my boilerplate to start working with Rust to create a REST API using Axum, postgresql, sqlx, casbin, google oauth2
codeitlikemiley
highly scalable and performant Rust server designed to handle both RESTful and gRPC APIs. Built with modern Rust frameworks like tonic for gRPC and axum for REST API.
habibi-dev
Rust Crawler is a scheduled content-extraction service that launches headless Chrome/Chromium sessions to fetch fresh posts from registered websites. It updates the database with new or changed content and exposes everything through a secure Axum-based REST API for downstream services and Postman clients.
Esgrove
Axum REST API example
b-palaniappan
Rust REST API with Axum and SQLx demo
CallMeWasabi
REST API in Rust with axum library and clean architecture