Skip to content

Commit 37691b2

Browse files
Merge pull request #93 from WhyAsh5114/92
docs: update README with installation instructions
2 parents 4145fd4 + b8737a9 commit 37691b2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Logo](./static/apple-touch-icon-180x180.png)
2+
13
# RepWise
24

35
RepWise is an advanced AI-powered fitness application that helps users achieve their fitness goals through personalized workout plans, real-time form correction, and comprehensive health tracking.
@@ -33,12 +35,14 @@ RepWise is an advanced AI-powered fitness application that helps users achieve t
3335
### Installation
3436

3537
1. Clone the repository
38+
3639
```bash
3740
git clone https://github.com/yourusername/RepWise.git
3841
cd RepWise
3942
```
4043

4144
2. Install dependencies
45+
4246
```bash
4347
npm install
4448
# or
@@ -48,6 +52,7 @@ RepWise is an advanced AI-powered fitness application that helps users achieve t
4852
3. Set up environment variables (create a .env file in the root directory)
4953

5054
4. Initialize the database
55+
5156
```bash
5257
npx prisma db push
5358
```
@@ -67,6 +72,8 @@ Create a `.env` file in the root directory with the following variables:
6772
DATABASE_URL="your-database-connection-string"
6873
ELEVENLABS_API_KEY="elevenlabs-api-key"
6974
GEMINI_API_KEY="gemini-api-key"
75+
OCR_API_KEY="ocr-api-key"
76+
PUBLIC_APP_ID="agora-app-id"
7077
```
7178

7279
## Database Schema

0 commit comments

Comments
 (0)