Skip to content

jejudatavisualization/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

server

server

sudo apt update sudo apt install python3-pip git sudo apt install python3-pip pip3 install fastapi uvicorn sudo apt install uvicorn git clone https://github.com/jejudatavisualization/server.git cd server pip3 install -r requirements.txt cd app

sudo nohup uvicorn main:app --host 0.0.0.0 --port 80 &

local

cd server .\vevn\Scripts\activate pip3 install -r requirements.txt cd app uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages