Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mkaidev/mkaidev-zoom
- Owner: mkaidev
- Created: 2024-07-27T22:35:03.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-29T06:43:27.000Z (5 months ago)
- Last Synced: 2024-07-29T12:14:11.516Z (5 months ago)
- Language: TypeScript
- Homepage: https://mkaidev-zoom.vercel.app
- Size: 5.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-upNEXT_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.