Skip to content

SalehB1/Judgify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Judgify CC BY-NC-SA 4.0

Judgify is a powerful and versatile Universal Online Judge built on FastAPI. This modular system is designed for code competitions, supporting a wide range of programming languages. Its flexibility allows for easy integration of new language modules, making it a scalable solution for various coding environments.

Note: This repository is currently under active development and is not considered complete. Use it at your own discretion.

Features

  • Modular System: Judgify is built on a modular architecture, allowing easy integration of new language modules. This ensures support for virtually any programming language, making it a universal solution for code competitions.

  • FastAPI Integration: Leveraging the speed and efficiency of FastAPI, Judgify provides a high-performance online judging platform. FastAPI's asynchronous capabilities enable quick and responsive evaluation of code submissions.

  • Scalability: The modular design and FastAPI integration make Judgify highly scalable. Whether you're organizing a small coding competition or a large-scale event, Judgify can handle the load with ease.

Getting Started

To set up Judgify for your code competition, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/your-username/judgify.git
    cd judgify
  2. Install Dependencies:

    pip install -r requirements.txt
  3. Configure Language Modules: Add or write modules for the programming languages you want to support. Judgify's modular system makes it easy to extend language support.

  4. Run the Server:

    python run-server.py --reload

    This will start the Judgify server, and it will be ready to handle code submissions.

  5. Integrate with Your Platform: Integrate Judgify into your coding platform by making API requests for code evaluation. Refer to the API documentation for details on how to interact with the Judgify server.

Contributing

Judgify welcomes contributions from the community. If you'd like to add support for a new programming language or improve existing features, feel free to contact me at (mailto:[email protected]).

License

This Project is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

Contact

For any questions or inquiries, feel free to contact me at (mailto:[email protected]).

Happy coding with Judgify!

About

A Universal Online judger based on FastApi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages