This repository has been archived on 2025-07-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bolderjara-serviss/backend/run.sh
Leons Aleksandrovs ebc0665468 Finished backend
2025-07-02 19:52:42 +03:00

5 lines
59 B
Bash
Executable File

#!/bin/bash
# Run the server
uvicorn main:app --port 8000