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: 8 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T18:41:46.000Z (over 1 year ago)
- Last Synced: 2024-11-15T11:36:32.733Z (about 1 year ago)
- Topics: dioxus, full-stack, postgres, rust, shuttle, sqlx, workship
- Language: Rust
- Homepage: https://bcnrust.github.io/devbcn-workshop/
- Size: 9.13 MB
- Stars: 115
- Watchers: 2
- Forks: 15
- Open Issues: 3
-
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/).