Coder Social home page Coder Social logo

susrithasabbini / oj Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4.04 MB

An online judge platform for coding practice and competitions, featuring problem-solving, contests, submission tracking, and a leaderboard with a user-friendly interface.

Home Page: https://www.codejudge.online

JavaScript 99.55% HTML 0.13% CSS 0.16% Dockerfile 0.16%
aws-ec2 aws-ecr axios chartjs docker expressjs firebase-storage jwt mongodb nextui nodejs react

oj's Introduction

Code Judge

Project Overview

This project is an online judge platform that allows users to solve coding problems, participate in coding contests, and view their submissions. The platform offers a user-friendly interface for coding practice and competition.

Features

  • Problem Solving: Users can browse, solve, and submit solutions for various coding problems.
  • Contests: Participate in coding contests and compete with other users.
  • Submissions: View your past submissions and track your progress.
  • Leaderboard: Check your ranking and performance in contests.
  • User-Friendly UI: Built using React and NextUI for an attractive and responsive user interface.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • NextUI: React UI library for creating beautiful and modern web applications.
  • Axios: Promise-based HTTP client for making API requests.
  • Firebase: Used for file storage.
  • Docker: Containerization of the backend server.
  • ECR: To push the docker image to Elastic Container Registry.
  • EC2: Hosting the Docker container directly on an EC2 instance from ECR.

Setup Instructions

  1. Clone the repository: Go to the root directory.
  2. Install dependencies:
    • Client: cd client && npm install --legacy-peer-deps,
    • Server: cd server && npm install
  3. Configure environment variables: Set up the env files for both client and server.
    • Client: Environment variables required will be in src/config/index.js.
    • Server: Environment variables required will be in config/index.js
  4. Run the application: Run both the client and server applications.
    • Client: cd client && npm run dev.
    • Server: cd server && npm run dev. (In local)
    • Server: docker build -t oj-backend . && docker run -d -p 5000:5000 --env-file .env oj-backend (In docker)
image image

oj's People

Contributors

sabbini-susritha avatar susrithasabbini avatar

Watchers

 avatar

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.