A simple API that serves as a personal learning project using rust and ecosystem frameworks like actix.
Clone repository.
git clone https://github.com/ulysses-ck/actix-api-rest.gitBuild, and with this command also fetch all necessary dependencies of this repo.
cargo build