Skip to content

Latest commit

History

History
64 lines (43 loc) · 2.18 KB

File metadata and controls

64 lines (43 loc) · 2.18 KB

Making competitive programming more fun and better!

discord - users online


Structure

ModuleDescription
frontendReact frontend
lobbyWebSocket server for managing competitions
userAPIJWT authentication server
questionAPIREST 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/questionAPI 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.