Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reykan-kp/nexi-meet
NexiMeet is your all-in-one solution for hosting dynamic and engaging virtual events. Whether you're organizing conferences, webinars, or trade shows, NexiMeet empowers you with live streaming capabilities, interactive sessions, and customizable virtual exhibitor booths.
https://github.com/reykan-kp/nexi-meet
Last synced: about 2 months ago
JSON representation
NexiMeet is your all-in-one solution for hosting dynamic and engaging virtual events. Whether you're organizing conferences, webinars, or trade shows, NexiMeet empowers you with live streaming capabilities, interactive sessions, and customizable virtual exhibitor booths.
- Host: GitHub
- URL: https://github.com/reykan-kp/nexi-meet
- Owner: ReyKan-KP
- Created: 2024-05-21T07:24:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:20:07.000Z (4 months ago)
- Last Synced: 2024-09-18T13:24:03.554Z (4 months ago)
- Language: TypeScript
- Homepage: https://nexi-meet.vercel.app
- Size: 10.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![NexiMeet Logo](https://iili.io/JL4Q73u.png)
NexiMeet is a robust platform built on Next.js, TypeScript, MongoDB, and PostgreSQL, designed to facilitate seamless virtual events. From conferences and webinars to trade shows, NexiMeet offers a comprehensive suite of features including live streaming, interactive sessions, and customizable virtual exhibitor booths.
## Deployed Application
The project is deployed and accessible at [NexiMeet Deployment](https://nexi-meet.vercel.app/).
## Tech Stack
- **Frontend**: Next.js, TypeScript
- **Backend**: MongoDB, PostgreSQL
- **DevOps**: Docker, Jenkins, Prometheus## Features
- **Live Streaming**: Host keynote presentations and interactive sessions.
- **Interactive Tools**: Engage attendees with live Q&A, polls, and breakout rooms.
- **Virtual Exhibitor Booths**: Customize booths to showcase products and services.
- **Attendee Engagement**: Facilitate networking and social interactions.
- **Registration and Ticketing**: Manage event registrations and ticket sales.
- **Content Management**: Organize and schedule event content efficiently.
- **Analytics and Reporting**: Track event metrics and attendee engagement.## Getting Started
To run NexiMeet locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/ReyKan-KP/nexi-meet.git
cd nexi-meet
```2. Install dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
```3. Start the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```4. Open [http://localhost:3000](http://localhost:3000) in your browser to view NexiMeet.
## Contributing
Contributions are welcome! Feel free to open issues or pull requests for any improvements or features you'd like to add.