Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://bcnrust.github.io/devbcn-workshop/
🦀🔨 DevBcn Workshop - Full Stack Rust - Actix - Postgres - Shuttle - Dioxus
https://bcnrust.github.io/devbcn-workshop/
dioxus full-stack postgres rust shuttle sqlx workship
Last synced: about 1 month ago
JSON representation
🦀🔨 DevBcn Workshop - Full Stack Rust - Actix - Postgres - Shuttle - Dioxus
- Host: GitHub
- URL: https://bcnrust.github.io/devbcn-workshop/
- Owner: BcnRust
- License: mit
- Created: 2023-06-20T20:14:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T22:49:39.000Z (11 months ago)
- Last Synced: 2024-08-03T04:08:47.002Z (5 months ago)
- Topics: dioxus, full-stack, postgres, rust, shuttle, sqlx, workship
- Language: Rust
- Homepage: https://bcnrust.github.io/devbcn-workshop/
- Size: 9.08 MB
- Stars: 107
- Watchers: 2
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Building a Movie Collection Manager - Full Stack Workshop with Rust, Actix, SQLx, Dioxus, and Shuttle
Welcome to the this workshop! In this hands-on workshop, we will guide you through the process of building a full stack application using Rust for the API, Actix-Web as the web framework, SQLx for database connectivity, Dioxus for the front-end, and Shuttle for deployment. This workshop assumes that you have a basic understanding of Rust and its syntax.
Throughout the workshop, you will learn how to set up a Rust project with Actix-Web, implement CRUD operations for movies, establish database connectivity with PostgreSQL using SQLx, design a responsive front-end with Dioxus, and deploy the application to a hosting environment using Shuttle.
By the end of the workshop, you will have built a functional movie collection manager application. You will understand how to create APIs with Actix-Web, work with databases using SQLx, design and develop the front-end with Dioxus, and deploy the application using Shuttle. This workshop will provide you with practical experience and insights into building full stack applications with Rust.
## Workshop Guide
You can find the workshop guide [here](https://bcnrust.github.io/devbcn-workshop/).