basics

February 23, 2021 · View on GitHub

Usage

server

cd actix-train-ticket
cargo run
# Started http server: 127.0.0.1:7000

web api

  • http://localhost:7000/api/cities
  • http://localhost:7000/api/search?key=上海

Contents

  1. 1Usage
  2. 1.1server
  3. 1.2web api