- Create a virtual environment:
python3 -m venv .venv
- Activate the virtual environment:
source .venv/bin/activate
- Install the requirements:
pip install -r api/requirements.txt
- Export the following environment variables:
PVE_HOST
PVE_USER
PVE_TOKEN_NAME
PVE_TOKEN_VALUE
PVE_NODE
- Run the API:
fastapi dev api/main.py
-
Notifications
You must be signed in to change notification settings - Fork 0
License
barckcode/puyu-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published