Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aryanx23/conferencia

A Production ready video/audio calling platform that utilizes Web RTC Protocol
https://github.com/aryanx23/conferencia

Last synced: about 1 month ago
JSON representation

A Production ready video/audio calling platform that utilizes Web RTC Protocol

Awesome Lists containing this project

README

        

# Video/Audio Calling App

Welcome to the Video/Audio Calling App! This application is built with cutting-edge technologies to provide a seamless communication experience. Below you will find an overview of the project, its architecture, and the technologies used.

## Table of Contents

- [Overview](#overview)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Contributing](#contributing)
- [License](#license)

## Overview

This project is designed to facilitate real-time video and audio communication using **WebRTC** as the principal architecture. It is developed as a full-stack application using **Next.js**, allowing for both client-side and server-side rendering.

## Features

- **Real-Time Communication:** High-quality video and audio calling powered by WebRTC.
- **Responsive UI:** A modern and intuitive user interface built with the **Shadcn** UI library.
- **Database Integration:** Utilizes **MongoDB** for seamless data management, facilitated through **Mongoose**.
- **Type Safety:** Leveraging **Zod** for schema validation and type safety in data handling.

## Technologies Used

- **Next.js:** A powerful React framework for building server-side rendered applications.
- **WebRTC:** A technology enabling peer-to-peer audio and video communication.
- **Shadcn:** A versatile UI library for building beautiful and responsive interfaces.
- **MongoDB:** A NoSQL database for flexible data storage.
- **Mongoose:** An ODM library for MongoDB and Node.js, simplifying database interactions.
- **Zod:** A TypeScript-first schema declaration and validation library.

## Getting Started

To set up the project locally, follow these steps:

1. **Clone the repository:**

```bash
git clone https://github.com/aryanX23/Conferencia.git
cd Conferencia
```

2. **Install dependencies:**

```bash
npm install
```

3. **Set up your environment variables:**

Create a `.env.local` file in the root directory and add your MongoDB connection string and any other necessary configurations.

4. **Run the application:**

```bash
npm run dev
```

Your application will be running at `http://localhost:3000`.

## Contributing

We welcome contributions! If you would like to contribute, please follow these steps:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature/YourFeature`).
3. Make your changes and commit them (`git commit -m 'Add some feature'`).
4. Push to the branch (`git push origin feature/YourFeature`).
5. Open a pull request.

## License

This project is licensed under the MIT License

---

Thank you for checking out the Video/Audio Calling App! We hope you enjoy exploring and using the application. If you have any questions or feedback, feel free to reach out. Happy coding!