Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b-palaniappan/rest-api
Rust actix-web sample application
https://github.com/b-palaniappan/rest-api
Last synced: 8 days ago
JSON representation
Rust actix-web sample application
- Host: GitHub
- URL: https://github.com/b-palaniappan/rest-api
- Owner: b-palaniappan
- License: mit
- Created: 2022-12-22T05:49:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T01:40:20.000Z (3 months ago)
- Last Synced: 2024-08-22T02:53:56.749Z (3 months ago)
- Language: Rust
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Actix REST API app
### Auto Reload for Development
* Install auto-reload - `cargo install cargo-watch`
* Running app with auto-reload - `cargo watch -x run`