{"id":17808345,"url":"https://github.com/kotborealis/nitori","last_synced_at":"2026-02-11T16:32:59.613Z","repository":{"id":39339962,"uuid":"214286727","full_name":"kotborealis/nitori","owner":"kotborealis","description":"Code assessment and testing system for teaching C++","archived":false,"fork":false,"pushed_at":"2023-03-18T13:46:47.000Z","size":5537,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-23T05:05:42.540Z","etag":null,"topics":["cpp","education"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kotborealis.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-10-10T21:13:09.000Z","updated_at":"2023-03-08T03:34:17.000Z","dependencies_parsed_at":"2024-10-27T15:15:50.078Z","dependency_job_id":"c21f261a-506f-42f1-a999-341bb96d01c2","html_url":"https://github.com/kotborealis/nitori","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kotborealis/nitori","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kotborealis%2Fnitori","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kotborealis%2Fnitori/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kotborealis%2Fnitori/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kotborealis%2Fnitori/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kotborealis","download_url":"https://codeload.github.com/kotborealis/nitori/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kotborealis%2Fnitori/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29338330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T16:14:43.024Z","status":"ssl_error","status_checked_at":"2026-02-11T16:14:15.258Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cpp","education"],"created_at":"2024-10-27T15:10:35.322Z","updated_at":"2026-02-11T16:32:59.586Z","avatar_url":"https://github.com/kotborealis.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"🔑 Contest-like system for testing simple C++ programs w/ unit-tests inside docker 🐳\n\nIt's made specifically to make teaching C++ easier,\nautomating such tasks as checking and testing solutions for C++ assignments.\n\nUsual workflow is:\n\n* Teacher uploads new unit-test for task (assignment) in form of a single `.cpp` file.\n* Students upload their solutions in form of a single/multiple `.cpp`/`.h` files.\n* Solution compiled and tested against selected tests; any errors during compilation, linking or testing reported to students/teacher.\n\n![Workflow](./docs/workflow.png)\n\n## Production environment\n\nCreate `.env` to specify env variables for both frontend and backend (see `.env.dev` for reference).\nEspecially specify public path and auth endpoint to use.\n\n```shell script\ncd ./sandbox \u0026\u0026 ./build.sh \u0026\u0026 cd ..\ndocker-compose build\ndocker-compose up\n```\n\n## Development environment\n\nBuild sandbox image:\n```shell script\ncd ./sandbox \u0026\u0026 ./build.sh \u0026\u0026 cd ..\n```\n\nRun `database` via docker-compose, using `docker-compose.dev.yml`:\n\n```shell script\ndocker-compose -f docker-compose.yml -f docker-compose.dev.yml up --build -d database\n```\n\nRun `backend`:\n```shell script\ncd backend\nnpm start\n```\n\nRun `frontend` via webpack-dev-server:\n```shell script\ncd frontend\nnpm start\n```\n\n`frontend` proxies calls to `backend` on `/api/v1/` endpoint and mocks auth api on `/auth/user_data.php` ([frontend/mock-api/mock-api.js](backend/test/mock/auth/mock-auth-handler.js)).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkotborealis%2Fnitori","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkotborealis%2Fnitori","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkotborealis%2Fnitori/lists"}