https://github.com/hungpm372/yoom-meeting
Yoom Meeting
https://github.com/hungpm372/yoom-meeting
clerkauth getstream-io nextjs reactjs shadcn-ui tailwindcss
Last synced: 20 days ago
JSON representation
Yoom Meeting
- Host: GitHub
- URL: https://github.com/hungpm372/yoom-meeting
- Owner: hungpm372
- License: mit
- Created: 2024-04-15T17:28:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-03T15:19:17.000Z (11 months ago)
- Last Synced: 2025-02-13T00:33:47.637Z (2 months ago)
- Topics: clerkauth, getstream-io, nextjs, reactjs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://yoom.phanminhhung.id.vn/
- Size: 967 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yoom App
## Authors
- [@hungpm372](https://www.github.com/hungpm372)
## Clone repository
Clone yoom-meeting with git
```bash
git clone https://github.com/hungpm372/yoom-meeting.git
```## Installation
Install yoom-meeting and its dependencies with npm
```bash
cd yoom-meeting
npm install
```## Run Locally
Start the server
```bash
npm run dev
```## Environment Variables
To run this project, you will need to add the following environment variables to your .env.local file
`NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY`
`CLERK_SECRET_KEY`
`NEXT_PUBLIC_CLERK_SIGN_IN_URL`
`NEXT_PUBLIC_CLERK_SIGN_UP_URL`
`NEXT_PUBLIC_STREAM_API_KEY`
`STREAM_SECRET_KEY`
`NEXT_PUBLIC_BASE_URL`
## Support
For support, email [email protected] or join our Slack channel.
## Documentation
[Clerk](https://clerk.com/docs)
[Stream](https://getstream.io/chat/docs/)
[Next.js](https://nextjs.org/docs)
## 🚀 About Me
I'm a full stack developer...
## Tech Stack
**Client:** React, TailwindCSS, Next.js
**Server:** Next.js, Stream
## Running Tests
To run tests, run the following command
```bash
npm run test
```## License
[MIT](https://choosealicense.com/licenses/mit/)