Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 377 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 377 Bytes

Actix API REST

A simple API that serves as a personal learning project using rust and ecosystem frameworks like actix.

Get Started

Clone repository.

git clone https://github.com/ulysses-ck/actix-api-rest.git

Build, and with this command also fetch all necessary dependencies of this repo.

cargo build