https://github.com/burakorkmez/remote-interview-platform
Remote Interview Platform with Video Calls
https://github.com/burakorkmez/remote-interview-platform
Last synced: 19 days ago
JSON representation
Remote Interview Platform with Video Calls
- Host: GitHub
- URL: https://github.com/burakorkmez/remote-interview-platform
- Owner: burakorkmez
- License: mit
- Created: 2025-01-19T05:30:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-27T13:48:14.000Z (about 1 year ago)
- Last Synced: 2025-01-27T14:38:31.403Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.15 MB
- Stars: 58
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-stream - Video Calling Interview Platform
README
✨ Video Calling Interview Platform ✨

Highlights:
- 🚀 Tech stack: Next.js & TypeScript, Stream, Convex, Clerk
- 🎥 Video Calls
- 🖥️ Screen Sharing
- 🎬 Screen Recording
- 🔒 Authentication & Authorization
- 💻 Server Components, Layouts, Server Actions
- 🎭 Client & Server Components
- 🛣️ Dynamic & Static Routes
- 🎨 Styling with Tailwind & Shadcn
- ✨ Server Actions
### Setup .env file
```js
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=
NEXT_PUBLIC_STREAM_API_KEY=
STREAM_SECRET_KEY=
```
### Run the app
```shell
npm run dev
```