An open API service indexing awesome lists of open source software.

https://github.com/ncdev2015/actix-first-app

Web API using Actix Web Framework
https://github.com/ncdev2015/actix-first-app

Last synced: 9 months ago
JSON representation

Web API using Actix Web Framework

Awesome Lists containing this project

README

          

## actix first app

Web API using Actix Web Framework (Rust language)

## requirements
- Rust
- Cargo

## how to run

Open a terminal and execute the following:

```
cargo run
```