{"id":28273442,"url":"https://github.com/fbn776/checkio","last_synced_at":"2025-06-15T19:31:56.395Z","repository":{"id":271696948,"uuid":"914278283","full_name":"fbn776/Checkio","owner":"fbn776","description":"Checkio - A tool that not only tests your code but also suggests improvements and error fixes, making lab evaluations smarter and faster.","archived":false,"fork":false,"pushed_at":"2025-06-13T18:53:53.000Z","size":68618,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T19:29:24.144Z","etag":null,"topics":["evaluation","ktu","lab","mini-project"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fbn776.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-09T09:37:49.000Z","updated_at":"2025-06-13T18:53:56.000Z","dependencies_parsed_at":"2025-01-09T11:22:27.334Z","dependency_job_id":"5310cc63-10b3-4bf7-b298-815e733ab0a9","html_url":"https://github.com/fbn776/Checkio","commit_stats":null,"previous_names":["fbn776/checkio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fbn776/Checkio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbn776%2FCheckio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbn776%2FCheckio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbn776%2FCheckio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbn776%2FCheckio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fbn776","download_url":"https://codeload.github.com/fbn776/Checkio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbn776%2FCheckio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260039659,"owners_count":22949653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["evaluation","ktu","lab","mini-project"],"created_at":"2025-05-21T00:18:17.842Z","updated_at":"2025-06-15T19:31:56.386Z","avatar_url":"https://github.com/fbn776.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"Checkio - cover photo\" src=\"/docs/images/cover.png\" width=\"100%\"\u003e\n\n# Checkio - Automated Code Testing Tool\n\nCheckIO is a **test case execution tool** designed for **students and faculty**. It allows users to create test cases, run programs against a specified testcase. The tool provides insights and suggestions for failed test cases, helping users to debug their code efficiently.\n\nThis project is developed as part of our **KTU S6 Mini Project**.\n\n---\n\n## 🚀 Features\n- **CLI Interface** – Easily run programs against a specified testcase, compile and run in a single command\n- **Web Interface** – The admins or faculty can add, view, and evaluate testcases.\n- **Error Suggestions** – Provides insights and fixes for faulty programs.\n- **Find Seg Faults** - `analyze` gives you where seg faults occur in a C code.\n- **Test Case Management** – Create, edit, and delete test cases with ease.\n\n---\n\n## 🛠️ Technology Used\n- **Python** – Core logic and backend.\n- **Flask** – Web server for API and web-based testing.\n- **React** – Frontend for the web interface.\n- **SQLite** – Lightweight database for storing test cases.\n\n---\n\n## 🔗 GitHub Repository\n[🔗 CheckIO GitHub Repo](https://github.com/fbn776/Checkio)\n\n---\n\n# Installation\n1. Clone the repository\n    ```bash\n    git clone \u003crepo-url\u003e\n    ```\n    Or download the zip file and extract it.\n2. Change the directory to the project folder\n    ```bash\n    cd \u003cproject-folder\u003e\n    ```\n3. Install the dependencies\n    ```bash\n    uv pip install -e .\n    ```\n4. Run the project\n    ```bash\n    uv run python3 src/main.py\n    ```\n\nFor a more detailed installation guide, refer to [setup](docs/setup.md).\n\n---\n\n## 🤝 Collaborators\n- **Abhiram Ashok** ([@abhi5455](https://github.com/abhi5455))\n- **Aysha Naurin** ([@Aysha022](https://github.com/Aysha022)\n- **Febin Nelson P** ([@fbn776](https://github.com/fbn776))\n- **Sreelakshmi K** ([@SreelakshmiKSudheer](https://github.com/SreelakshmiKSudheer))\n\n---\n\n## 📸 Screenshots\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003e💻 Terminal Interface\u003c/strong\u003e\u003c/summary\u003e\n\n- **Checkio commands**\n\n  ![Checkio Commands](docs/images/checkio-terminal.png)\n\n- **Creating a test case from terminal**\n\n  ![Create Test Case](docs/images/terminal-create-testcase.png)\n\n- **Running a C file against test cases**\n\n  ![Run C File](docs/images/terminal-run-add-c.png)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003e🌐 Web Interface\u003c/strong\u003e\u003c/summary\u003e\n\n- **Homepage - About Checkio**\n\n  ![Web About](docs/images/web-about.png)\n\n- **Installation Guide Section**\n\n  ![Web Installation](docs/images/web-about-installation.png)\n\n- **User Guide Overview**\n\n  ![Web User Guide](docs/images/web-about-userguide.png)\n\n- **Command Reference**\n\n  ![Web Commands](docs/images/web-about-commands.png)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003e🧪 Web: Creating \u0026 Managing Test Cases\u003c/strong\u003e\u003c/summary\u003e\n\n- **Create a new test case**\n\n  ![Web Create Testcase](docs/images/web-create-testcase.png)\n\n- **View all test cases**\n\n  ![Web View Testcase](docs/images/web-view-testcase.png)\n\n- **Testcase details**\n\n  ![Web View Testcase Detail](docs/images/web-view-testcase-detail.png)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003e📊 Web: Evaluation \u0026 Submissions\u003c/strong\u003e\u003c/summary\u003e\n\n- **Evaluate a submission**\n\n  ![Web Eval](docs/images/web-eval.png)\n\n- **Detailed output of evaluation**\n\n  ![Web Eval More](docs/images/web-eval-more.png)\n\n- **View submission details**\n\n  ![Web Submission Details](docs/images/web-submission-details.png)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003e⚙️ Web: Settings\u003c/strong\u003e\u003c/summary\u003e\n\n- **Change app settings from web**\n\n  ![Web Settings](docs/images/web-settings.png)\n\n\u003c/details\u003e\n\n\n\n---\n\n## 📝 Notes\n- The project is in **active development**, and contributions are welcome.\n- Future plans include **support for multiple programming languages**.\n- Bugs or issues? Report them in the **GitHub Issues section**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbn776%2Fcheckio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffbn776%2Fcheckio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbn776%2Fcheckio/lists"}