Git Product home page Git Product logo

discordclone's Introduction

Project Title: Discord React Clone with ASP.NET Core 7.0 Backend

Demo

This project is a Discord-like messaging application that uses ASP.NET Core 7.0 as the backend, along with Docker Compose, Redis Cluster, Centrifugo WebSocket server, .NET Core Channels, and background workers. The frontend is built using the Discord React Clone project by Rafael Almeida.

Table of Contents

  1. [Features]
  2. [Prerequisites]
  3. [Installation]
  4. [Usage
  5. [Contributing]
  6. [License]

Features

  • Real-time messaging using Centrifugo WebSocket server and .NET Core Channels
  • Scalable architecture with Docker Compose and Redis Cluster
  • Background workers for efficient task processing
  • Modern, responsive frontend based on Discord React Clone project

Prerequisites

Installation

  1. Clone this repository:

bashCopy code

git clone https://github.com/ismkdc/DiscordClone

  1. Navigate to the project directory:

bashCopy code

cd DiscordClone

  1. Build and start Docker containers:

bashCopy code

docker compose up --build -d

  1. Install frontend dependencies:

bashCopy code

cd discord-react-clone yarn install

  1. Start the frontend development server:

bashCopy code

yarn start

Usage

  1. Access the frontend application at http://localhost:3000/.
  2. Register a new user or log in with an existing account.
  3. Start chatting in real-time with other users.

Contributing

  1. Fork the project.
  2. Create your feature branch: git checkout -b feature/your-feature-name.
  3. Commit your changes: git commit -m "Add some feature".
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Create a new Pull Request.

License

This project is licensed under the MIT License. See the [LICENSE] file for more information.

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.