Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanptm authored Nov 1, 2024
1 parent 6dfe2e8 commit 6d1d211
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ npm run dev

## ⚙️ Detailed Setup Guide

### 1️⃣ Installination

1. Clone the repository
```bash
Expand All @@ -147,7 +148,7 @@ npm install
cd ..
```

### Environment Configuration
### 2️⃣ Environment Configuration

#### 1. Server Environment (.env in /server)
```env
Expand Down Expand Up @@ -206,7 +207,7 @@ NEXT_PUBLIC_METERED_TURN_USERNAME=test-metered-turn-username
NEXT_PUBLIC_METERED_TURN_CREDENTIAL=test-metered-turn-credential
```

### Third-Party Services Setup
### 3️⃣ Third-Party Services Setup

#### 1. Stripe Integration
```bash
Expand All @@ -229,7 +230,7 @@ stripe login
4. Get API key
5. Update server .env

### Admin Dashboard Configuration
### 4️⃣ Admin Dashboard Configuration

#### 1. Database Setup

Expand All @@ -256,7 +257,7 @@ stripe login
- Email: your configured admin email
- Password: `1Admin@pass` (can change this later)

### Running the Application
### 5️⃣ Running the Application

#### Option A: Single Command (Recommended)
```bash
Expand All @@ -278,6 +279,7 @@ npm run dev
stripe listen --forward-to localhost:8000/webhook
```


## Access Points 🚀
- Client Application: `http://localhost:3000`
- Server API: `http://localhost:8000/api`
Expand Down

1 comment on commit 6d1d211

@vercel
Copy link

@vercel vercel bot commented on 6d1d211 Nov 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.