0xle0ne / ntex-rest-api-exampleLinks
Example on how to create a REST API in Rust with ntex and utoipa
☆32Updated 2 years ago
Alternatives and similar repositories for ntex-rest-api-example
Users that are interested in ntex-rest-api-example are comparing it to the libraries listed below
Sorting:
- Library to Provide a User Authentication and privilege Token Checks.☆124Updated 3 months ago
- Learn axum by building web apps fast.☆141Updated 10 months ago
- ☆91Updated 2 months ago
- Axum Session Management Libraries that use Sqlx☆179Updated this week
- Avored rust content management system☆114Updated last week
- A simple SSO implementation in Rust☆37Updated 4 months ago
- Benchmarking web frameworks written in rust with rewrk tool.☆286Updated last year
- Example of JWT authentication and authorization in Rust using Warp☆52Updated 3 years ago
- A user crud written in Rust, designed to connect to a MySQL database with full integration test coverage.☆129Updated last year
- Authorization extension for popular web-frameworks to protect your endpoints☆232Updated this week
- Leptos Axum starter with Admin dashboard and SSR/SPA website☆106Updated 3 weeks ago
- ☆83Updated 3 years ago
- Various algorithms visualized interactively on the web, entirely with Rust 🦀☆119Updated last year
- 🚀 Reusable template for building REST Web Services in Rust. Uses Axum HTTP web framework and SeaORM☆192Updated 6 months ago
- Reference implementation of a full-stack Rust application☆97Updated last year
- Easily create Leptos table components from structs☆223Updated last week
- A RealWorld app implementation as a fullstack Rust project using Axum (back-end) and Dioxus (front-end).☆113Updated last year
- A fullstack RealWorld implementation using rust, axum, sqlx, and yew!☆250Updated 3 years ago
- Awesome full-stack template using Yew and Rust☆192Updated last year
- Are you interested in building a secure authentication system for your Rust web application? Look no further than the Axum framework and …☆126Updated 2 years ago
- This article will teach you how to integrate Google OAuth2 into your Rust application, all without relying on third-party OAuth crates su…