8000 GitHub - Shajan/sd_fastapi: A simple web server using fastapi
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Shajan/sd_fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi

A simple web server using fastapi

Run locally on laptop

One time dev setup

conda activate py_3_11 python -m venv .venv source .venv/bin/activate pip install -r requirements.txt

Development env

conda activate py_3_11 source .venv/bin/activate

Run server from development env

uvicorn main:app --reload [--port 8000] open http://localhost:8000

Run on cloud

About

A simple web server using fastapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0