Description
This component involves creating a web API for the program, which allows other applications and services to interact with the program via HTTP requests. The API should provide endpoints for querying the parsed genomic variations, filtering the variations based on certain criteria, and other relevant operations. You can implement the API using Rust's actix-web crate, which provides a high-performance and easy-to-use web framework.
Acceptance criteria
Tasks
Description
This component involves creating a web API for the program, which allows other applications and services to interact with the program via HTTP requests. The API should provide endpoints for querying the parsed genomic variations, filtering the variations based on certain criteria, and other relevant operations. You can implement the API using Rust's
actix-webcrate, which provides a high-performance and easy-to-use web framework.Acceptance criteria
Tasks