1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

add RUSTfulapi link to readme

This commit is contained in:
Rob Ede 2023-05-06 14:10:36 +01:00 committed by GitHub
parent c6c8463ac5
commit cca35d091e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@
## Community Articles, Example Apps, Starters & Boilerplate Projects ## Community Articles, Example Apps, Starters & Boilerplate Projects
- [RUSTfulapi](https://github.com/robatipoor/rustfulapi): Reusable template for building REST web services in Rust. Uses Actix Web HTTP web framework and SQLx toolkit.
- [create-rust-app](https://github.com/Wulf/create-rust-app): Set up a modern Rust + React web app by running one command. - [create-rust-app](https://github.com/Wulf/create-rust-app): Set up a modern Rust + React web app by running one command.
- [Jelly Starter](https://github.com/secretkeysio/jelly-actix-web-starter): A starter template for Actix Web projects that feels very Django-esque. Avoid the boring stuff and move faster. - [Jelly Starter](https://github.com/secretkeysio/jelly-actix-web-starter): A starter template for Actix Web projects that feels very Django-esque. Avoid the boring stuff and move faster.
- [Actix and SQLx User CRUD for MySQL](https://github.com/jamesjmeyer210/actix_sqlx_mysql_user_crud): A User CRUD showcasing MySQL database interaction with full integration test coverage, designed to fit comfortably in a system of micro-services. - [Actix and SQLx User CRUD for MySQL](https://github.com/jamesjmeyer210/actix_sqlx_mysql_user_crud): A User CRUD showcasing MySQL database interaction with full integration test coverage, designed to fit comfortably in a system of micro-services.