fix(lyric_translator): add readme and add async request

This commit is contained in:
bladeclara42
2025-10-16 08:51:26 +07:00
parent a2759b8169
commit c40cc5d2a2
2 changed files with 44 additions and 4 deletions

View File

@@ -0,0 +1,31 @@
# Project Title
A brief description of what this project does and who it's for
## Run Locally
Clone the project
```bash
git clone https://link-to-project
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
pip install -r requirements.txt
```
Start the server
```bash
uvicorn app.main:app --reload
```