Skip to content

StrategicProjects/ruscker-fastapi-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruscker-fastapi-demo

A minimal FastAPI app for the Ruscker showcase. Published as milkway/ruscker-fastapi-demo on Docker Hub.

Serves at the root /; Ruscker strips the mount prefix and rewrites the browser-side URLs, so no SHINYPROXY_PUBLIC_PATH / root_path is needed (it honours SCRIPT_NAME if set). Ruscker-native counterpart to OpenAnalytics' shinyproxy-fastapi-demo, re-branded for Ruscker.

docker build -t ruscker-fastapi-demo .
docker run --rm -p 8000:8000 ruscker-fastapi-demo
# open http://localhost:8000/

About

Ruscker-native FastAPI demo (rebranded, serves at root)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors