Simple web backend added with upload/status/process/download API
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# From the web/ directory
|
||||
cd web
|
||||
|
||||
# Install dependencies
|
||||
pip install -r requirements-web.txt
|
||||
|
||||
# Run the server (note the module path: backend.main)
|
||||
uvicorn backend.main:app --reload --port 8000
|
||||
Reference in New Issue
Block a user