foaas-rs
December 14, 2019 ยท View on GitHub
Rust implementation for the FOAAS webservice.
Building and running
Builde the webservice
cargo build
Start the webservices binary or run
cargo run [ip:port]
To test if the webservice is running curl an endpoint.
curl 127.0.0.1:[your port]/version
Running the tests
cargo test
Built With
Authors
- Jil Sahm - Initial work
License
This project is licensed under the MIT License - see the LICENSE.md file for details