# matchEngine **Repository Path**: cloudwei/match-engine ## Basic Information - **Project Name**: matchEngine - **Description**: No description available - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-17 - **Last Updated**: 2021-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Build ```bash cargo build ``` ### Run ```bash ./run-docker-postgress.sh RUST_LOG=info cargo run --bin news-service ``` ### Test it ```bash curl -s http://localhost:8080/news | jq . curl -s -X PUT "http://localhost:8080/news/facebook/faceboo.com" curl -s http://localhost:8080/news/0dae39e4-fca2-b076-4f88-617dd3352d11 | jq . curl -s -X DELETE "http://localhost:8080/news/0dae39e4-fca2-b076-4f88-617dd3352d11" ``` 正式开始第一个rust项目 参考项目webservice