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
- Host: GitHub
- URL: https://github.com/ncdev2015/actix-first-app
- Owner: ncdev2015
- Created: 2023-07-23T16:53:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T22:32:39.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T18:45:56.001Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```