{"id":50429896,"url":"https://github.com/enactic/openeval-web","last_synced_at":"2026-05-31T13:30:29.415Z","repository":{"id":359460341,"uuid":"1155935679","full_name":"enactic/openeval-web","owner":"enactic","description":"Web interface for OpenEval","archived":false,"fork":false,"pushed_at":"2026-05-22T07:12:14.000Z","size":123,"stargazers_count":0,"open_issues_count":15,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-22T09:52:00.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enactic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-12T04:21:28.000Z","updated_at":"2026-05-22T07:12:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/enactic/openeval-web","commit_stats":null,"previous_names":["enactic/openeval-web"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/enactic/openeval-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enactic%2Fopeneval-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enactic%2Fopeneval-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enactic%2Fopeneval-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enactic%2Fopeneval-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enactic","download_url":"https://codeload.github.com/enactic/openeval-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enactic%2Fopeneval-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33733754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-05-31T13:30:27.471Z","updated_at":"2026-05-31T13:30:29.409Z","avatar_url":"https://github.com/enactic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenEval Web\n\n## Development\n\n### Setup\n\n#### 1. Clone the repository\n\n```bash\ngit clone git@github.com:enactic/openeval-web.git\ncd openeval-web\n```\n\nFrom here on, work in the `openeval-web` directory.\n\n#### 2. Configure `.env`\n\n```bash\ncp example.env .env\n```\n\nPlease configure the following variables according to the comments in `.env`.\n\n* `GITHUB_CLIENT_ID`\n* `GITHUB_CLIENT_SECRET`\n* `SECRET_KEY`\n* `HMAC_KEY`\n\nFor environments launched with Docker Compose, variables starting with `POSTGRES_` can remain unchanged.\n\n#### 3. Build and Migration\n\n```bash\ndocker compose run --rm app alembic -c /src/app/alembic.ini upgrade head\n```\n\n#### 4. Start up\n\n```bash\ndocker compose up -d\n```\n\nThe server has started and can be accessed at http://localhost:8000/ .\n\n#### 5. Load initial data.\n\n##### Task\n\n```bash\ndocker compose exec app /src/scripts/create_tasks.py /src/app/tests/fixtures/task.json\n```\n\nThree tasks for testing will be created.\n\n##### API key\n\n```console\n$ docker compose exec app /src/scripts/create_api_keys.py test-key\nopeneval-key-xxx\n```\n\nAn API key is generated and displayed on stdout, use it when accessing the API.\n\n## License\n\nLicensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.\n\nCopyright 2026 Enactic, Inc.\n\n## Code of Conduct\n\nAll participation in the OpenArm project is governed by our [Code of Conduct](CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenactic%2Fopeneval-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenactic%2Fopeneval-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenactic%2Fopeneval-web/lists"}