GithubHelp home page GithubHelp logo

bsg's Introduction

BSG (Binary Search Gang)

What is BSG?

BSG is an attempt to recreate binarysearch.io, a website that allows user to create rooms to practice solving coding interview problems with friends.

Main components

Currently, there are 3 main component of this application:

Central Service

Central Service will contain all core business logic of BSG, including user authentication, database interaction, etc..

RTC Service (Realtime Communication)

RTC Service will be a server that maintains socket connection between clients and the whole application for the purpose of delivering real-time notifications.

Worker Service

Worker Service will be responsible for carrying out computational-intensive tasks.

Setup the project for development

Create a copy of the file .env.template and name the copy as .env. In Linux or MacOS, one can run the following command:

$ cp .env.template .env

Fill out the environment variables in the .env file with any value of choosing.

Execute the following command to run the project:

$ docker compose --env-file ./.env up --build --force-recreate

bsg's People

Contributors

1solomonwakhungu avatar anphs avatar choimyungbin avatar dedsecknight avatar dependabot[bot] avatar git-yash avatar look-its-sky avatar minhhuy24072002 avatar spiercevr avatar

Stargazers

 avatar

bsg's Issues

Setup K8S YAML configuration

Task list:

  • k8s yaml configuration for Frontend.
  • k8s yaml configuration for RTC service.
  • k8s yaml configuration for Worker service.

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.