An open API service indexing awesome lists of open source software.

https://github.com/newapplesho/rust-web-app-example


https://github.com/newapplesho/rust-web-app-example

actix-web rust sqlx

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# rust-web-app-example
Web App Example written in rust.

RustでWebアプリを作る上で必要なものをまとめています。

# Requirements
Rust >= 1.50.0

# Rustのインストール
特に理由がない限り[rustup](https://www.rust-lang.org/tools/install) を使ってインストールしましょう。

# サンプル内容
1. [ ] Rust入門
2. [ ] Actix-Web入門
3. [ ] RustでDB操作
4. [x] プチ本格 Todoアプリ
5. [ ] WebAssembly入門