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
- Host: GitHub
- URL: https://github.com/newapplesho/rust-web-app-example
- Owner: newapplesho
- Created: 2021-04-27T06:46:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T15:06:15.000Z (about 4 years ago)
- Last Synced: 2025-03-25T16:51:27.097Z (9 months ago)
- Topics: actix-web, rust, sqlx
- Language: Rust
- Homepage:
- Size: 61.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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入門