This repsitory contains a Noop Template and code to get started using the Actix web framework for Rust.
We wrote a complete guide on getting this Template up and running.
The boilerplate code is derived from the Postgres example published by the Actix Framework maintainers.
The Blueprint at .noop/blueprint.yaml builds and runs an optimized production release from src/main.rs
Running the API locally requires installing Rust then starting it with cargo run.