Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikashchauhan51/quotes_api
Sample rust web API using Actix web framework
https://github.com/vikashchauhan51/quotes_api
actix actix-web api-rest rust rust-language swagger-ui
Last synced: about 17 hours ago
JSON representation
Sample rust web API using Actix web framework
- Host: GitHub
- URL: https://github.com/vikashchauhan51/quotes_api
- Owner: VikashChauhan51
- License: mit
- Created: 2024-03-07T12:17:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T07:52:14.000Z (10 months ago)
- Last Synced: 2024-11-19T01:13:33.642Z (2 months ago)
- Topics: actix, actix-web, api-rest, rust, rust-language, swagger-ui
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quotes_api
Sample rust web API using Actix web framework## swagger UI
```
cargo run main.rs
http://localhost:8080/swagger-ui/index.html
```