Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 233 Bytes

File metadata and controls

11 lines (6 loc) · 233 Bytes

rust-wheater-api

Pre-requisites

  • Rust (i.e. rustup, rustc, cargo), rustc は1.40で動作確認済み

Quick Start

  • アプリ起動(8080ポート): cargo run
  • コンテナイメージ作成: docker build .