Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/humbertodias/rust-rweb-openapi


https://github.com/humbertodias/rust-rweb-openapi

openapi rust rweb

Last synced: 3 days ago
JSON representation

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