Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkaidev/mkaidev-zoom

Build and Deploy a Full Stack Video Conferencing App with Next JS
https://github.com/mkaidev/mkaidev-zoom

Last synced: about 1 month ago
JSON representation

Build and Deploy a Full Stack Video Conferencing App with Next JS

Awesome Lists containing this project

README

        

# Build and Deploy a Full Stack Video Conferencing App with Next JS

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

## Environment

Create .env.local file on root folder and input your own environments

```bash
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up

NEXT_PUBLIC_STREAM_API_KEY=
STREAM_SECRET_KEY=

NEXT_PUBLIC_BASE_URL=http://localhost:3000
```

---

## ⭐DO NOT FORGET TO STAR THIS REPO⭐

---

If you want to learn how to create it please follow below tutorial👇:
➡ Tutorial Link 💚: [Build and Deploy a Full Stack Video Conferencing App with Next JS](https://www.youtube.com/watch?v=R8CIO1DZ2b8)

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.