GithubHelp home page GithubHelp logo

klustr-rtc / klustr-api Goto Github PK

View Code? Open in Web Editor NEW
4.0 0.0 0.0 1.29 MB

Real Time Communication Backend (Chat/Video)

C# 100.00%
azure docker dotnet-api efcore entity-framework-core postgresql signalr csharp

klustr-api's Introduction

Klustr API

shields shields shields

Project Description

The Klustr API is a backend service for the Klustr chat application, built using .NET Web API, SignalR for real-time communication, and PostgreSQL as the database. This API handles user authentication, room management, messaging, and audio/video chat functionalities.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • .NET SDK installed.
  • PostgreSQL database setup.
  • Basic knowledge of .NET Web API, SignalR, and PostgreSQL.

Technologies Used

  • .NET Web API
  • SignalR
  • PostgreSQL
  • JWT for authentication

Installation

  1. Clone the repository:
git clone https://github.com/Klustr-RTC/klustr-api.git
  1. Navigate to the project directory:
cd klustr-api
  1. Create a .env file in the root directory and add the environment variables as mentioned in the .env.example file in root directory.

  2. Restore NuGet packages:

dotnet restore
  1. Apply database migrations:
dotnet ef database update
  1. Run the API:
dotnet run
  1. Open http://localhost:5147/swagger/index.html in your browser to view the api documenetation.

Features

  • User Authentication: Register and login users using JWT.
  • Room Management: Create, update, delete, and manage rooms.
  • Messaging: Real-time messaging using SignalR.
  • Audio/Video Chat: WebRTC integration for audio and video communication.
  • Profile Management: View and edit user profiles.
  • Link Generation: Generate and manage shareable links for rooms.

Contributors

Contact Information

For inquiries or support, please contact:

klustr-api's People

Contributors

rushi0508 avatar nilesh9106 avatar

Stargazers

Kailash Rajput avatar Dhruv avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.