Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humbertodias/rust-rweb-openapi
https://github.com/humbertodias/rust-rweb-openapi
openapi rust rweb
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/humbertodias/rust-rweb-openapi
- Owner: humbertodias
- Created: 2022-10-12T17:41:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T18:13:51.000Z (over 2 years ago)
- Last Synced: 2025-01-10T18:20:15.578Z (6 days ago)
- Topics: openapi, rust, rweb
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust with openapi
## Local
cargo run
or
curl -sL https://github.com/humbertodias/rust-rweb-openapi/releases/download/v0.1/rust-rweb-openapi_v0.1_x86_64-unknown-linux-musl.tar.gz | tar xz && ./rust-rweb-openapi
Then
http://localhost:3030/docs
## Docker
Build
docker build . -t rweb-openapi
Run
docker run -p 3030:3030 rweb-openapi
Then
http://localhost:3030/docs