Skip to content

CodeRoyale/lobby

Repository files navigation

Making competitive programming more fun and better!

discord - users online


Structure

Module Description
frontend React frontend
lobby WebSocket server for managing competitions
userAPI JWT authentication server
questionAPI REST API serving questions and test cases

Branches

  • develop: This contains the latest code. All the contributing PRs must be sent to this branch.
  • prod: This branch contains the code running at production.

Contributions

CodeRoyale/lobby is open to contributions, but we recommend creating an issue for letting us know about the feature you are working upon. Please read CONTRIBUTING.md

Reviewers

How to run locally

Check out SETUP.md

Why did we make this?

The goal of CodeRoyale is to create a Competitive Programming platform, where users can have coding battle with friends, random users and team battles to show case your programming skills.