fix(lyric_translator): add readme and add async request
This commit is contained in:
31
readme.md
31
readme.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user