Skip to content

gradyzhuo/plank-server-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plank-server-sample

The server sample of plank with fastapi.

install poetry

osx / linux / bashonwindows install instructions

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

windows powershell install instructions

(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -

run

# update project
poetry update

# run sample server
poetry run python -m sample

and open browser on http://localhost:8888/swagger

About

The server sample of polymath.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published