Skip to content

barckcode/puyu-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

puyu-api

Set up project:

  1. Create a virtual environment: python3 -m venv .venv
  2. Activate the virtual environment: source .venv/bin/activate
  3. Install the requirements: pip install -r api/requirements.txt
  4. Export the following environment variables:
    • PVE_HOST
    • PVE_USER
    • PVE_TOKEN_NAME
    • PVE_TOKEN_VALUE
    • PVE_NODE
  5. Run the API: fastapi dev api/main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages