This is the code and documentation repository for our 'Full stack on Rust' meetup on 29-9-2022. It includes step-by-step documentation on how to set up a full rust stack for both backend and front-end applications, along with source code.
We'll be creating a complete to-do platform. Backend, front-end, and desktop application, while relying fully on Rust. Here's our current list of requirements:
- Backend
- HTTP protocol handling
- Asynchronous request handling
- Implement the REST API specification (GET, POST, PUT, DELETE)
- JSON serialization
- ORM tooling for connecting to the database
- Open API v3 spec / including swagger-ui.
- Containerizing our API
- web-app
- t.b.d.
- desktop-app
- t.b.d.