Skip to content

Commit

Permalink
docs: add README and update .env example (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvanheusden authored Nov 16, 2024
1 parent 4edb0c0 commit 693650d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ARDUINO_CLI_PATH=/path/to/arduino-cli
groq_api_key=gsk_blablabla
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Leaphy webbased backend

## Running
Make a copy of `.env.example` named `.env`.
Fill in the path to `arduino-cli` and request an API key at https://console.groq.com/keys .

Install `requirements.txt` and run with:
```bash
python -m uvicorn --host 0.0.0.0 --port 5000 main:app
```

0 comments on commit 693650d

Please sign in to comment.