Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.