8000 GitHub - kdgyun/github-restapi-server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kdgyun/github-restapi-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-restapi-server

prerequisite

pip3 install virtualenv

CREATE GITHUB_TOKEN file and Add AUTH TOKEN

Setup and Usage

Before starting FASTAPI server, make venv and download requirements in github-restapi-server

virtualenv {venv_name}
source {venv_name}/bin/activate
pip3 install -r requirements.txt

MAKE GITHUB_TOKEN file and put Auth Token

Start FASTAPI Server in background

nohup uvicorn main:app --reload --host 0.0.0.0 --port 5000 --timeout-keep-alive 30 > uvicorn.log 2>&1 &

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0