Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
6
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
10b5954
fastapi_django_main_live
/
polls
/
controllers
/
test_gptenginner
/
run.sh
kenken999
fda
0f43f8a
9 months ago
raw
Copy download link
history
blame
Safe
95 Bytes
pip install -r requirements.txt
uvicorn app.app:app --host 0.0.0.0 --port 8000 &
pytest tests/