/rust-wheater-api

Weather API in Japan with Rust and Framwrork

Primary LanguageRust

rust-wheater-api

Pre-requisites

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

Quick Start

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