Skip to content

rjawesome/Infinity-Judge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infinity Judge

GitHub license GitHub license GitHub forks

⚡ About The Project

An open-source online judge for algorithmic coding problems. Check it out here

Built With

  • React
  • Docker
  • Firebase/Firestore

Features

  • Isolated sandboxes to protect from malicious code
  • Firebase authentication (Google auth coming soon)

In Action

💻 Getting Started

Prerequisites

  1. Node16
  2. Isolate

Installation

  1. Clone the repo

    git clone https://github.com/rjawesome/judge.git
  2. Install NPM packages

    cd client
    npm install

🚀 Usage

Server:

  1. build docker container

    cd server
    docker build . --tag [name]
  2. run docker container

    ./server/run.sh [name] #api runs on port 10000

Client:

  1. edit client/.env with the api url

    REACT_APP_SERVER_URL = http://localhost:10000/
    
  2. build client to html (serve files in client/build folder)

    cd client
    npm run build

🔥 Coming Soon

  • More language support (Java, Python2, C)
  • More problems
  • Google Authentication
  • Search functionality

📢 License

Mozilla Public License

💯 Creators

  • Rishi Peddakama
  • Rohan Juneja

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published