https://github.com/ab70/actix_rest_api
https://github.com/ab70/actix_rest_api
actix-web rust
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ab70/actix_rest_api
- Owner: ab70
- Created: 2023-11-04T15:18:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T17:21:31.000Z (about 2 years ago)
- Last Synced: 2025-03-06T06:33:42.227Z (over 1 year ago)
- Topics: actix-web, rust
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Add cargo watch for hot reload
```
cargo install cargo-watch
```
#### then run this command to run cargo watch in src directory
```
cargo watch -q -c -w src/ -x run
```