GithubHelp home page GithubHelp logo

hireabledev / openrank Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coderplex-org/openrank-backend

0.0 2.0 0.0 219 KB

Free and Open Source alternative for HackerRank

License: MIT License

Python 50.52% JavaScript 43.26% HTML 0.49% Vue 5.73%

openrank's Introduction

OpenRank is a free and open source alternative for websites like HackerRank, HackerEarth etc. Using this software, startups can self-host, create contests and evaluate potential candidates for job openings within their company.

Join the disucssion chatroom for this project on Discord : https://discord.gg/c7pU8Rw

Build Status

Running :

You can run the apiserver by using the following command

openrank/manage.py runserver

To run frontend use the following commands in sequence

cd frontend

npm install

npm run dev

open http://localhost:8081/ once the server is started

Unit tests :

You can run the unit tests by running following command in project folder. Make sure you install pytest module first.

python3 -m pytest

Resources :

Vue.js

Django

Awesome beginners-friendly Projects : https://github.com/MunGell/awesome-for-beginners

Roles

The application will have different roles for different users. They are as follows :

  • User with "creator" role can :
    1. Create a new contest
    2. Submit questions with inputs and expected output
  • User with "Admin" role can :
    1. See the leaderborad (can also decide whether contestants can view or not)
    2. See all code submissions
  • User with "Contestant" role can :
    1. Register and participate in contests
    2. Submit their code, and test for custom inputs

Tech Stack :

  1. Django (for backend)
  2. Vue.js (for frontend)
  3. Docker containers (for testing the submitted code)
  4. Celery (distributed computing)

Deadline: End of December, 2017.

User Workflow:

  • Host on personal server or cloud
  • Create a contest:
    1. Provide contest name and other details (Description, Guide, Rules, FAQ, Criteria etc)
    2. Add questions (Challenge name, score, description, sample_input, sample_output, testcases)
    3. Share link generated
  • Participate in contest:
    1. Go to link generated for the contest
    2. Register with required details and login
    3. Go through questions and submit code
    4. Test the code with sample inputs
    5. Test with custom inputs (optional)
    6. Submit for evaluation with all test cases

Why use this software :

  1. Super easy to deploy to any cloud provider (eg. AWS, AZURE, GCP) or even local servers
  2. It's free. Small companies can use it to conduct coding interviews
  3. Scales really well (automatic evaluataion of code without manual intervention)

openrank's People

Contributors

duttakapil avatar eswari-mani-priya avatar jbuddha avatar omanirudh avatar vinaypuppal avatar

Watchers

 avatar  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.