{"id":25835972,"url":"https://github.com/revazashvili/dictionary","last_synced_at":"2026-07-01T12:32:17.666Z","repository":{"id":225705092,"uuid":"766634971","full_name":"Revazashvili/dictionary","owner":"Revazashvili","description":"Api for electronic dictionary","archived":false,"fork":false,"pushed_at":"2024-11-28T10:49:04.000Z","size":218,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T06:06:38.899Z","etag":null,"topics":["dictionary-api","electronic-dictionary"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Revazashvili.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}},"created_at":"2024-03-03T19:49:59.000Z","updated_at":"2024-11-28T10:49:08.000Z","dependencies_parsed_at":"2024-03-16T07:20:11.342Z","dependency_job_id":"1050ce93-90e9-411d-b07c-441bfc4b7ccc","html_url":"https://github.com/Revazashvili/dictionary","commit_stats":null,"previous_names":["revazashvili/dictionary-api","revazashvili/dictionary"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Revazashvili/dictionary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revazashvili%2Fdictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revazashvili%2Fdictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revazashvili%2Fdictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revazashvili%2Fdictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Revazashvili","download_url":"https://codeload.github.com/Revazashvili/dictionary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revazashvili%2Fdictionary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35007276,"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-07-01T02:00:05.325Z","response_time":130,"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":["dictionary-api","electronic-dictionary"],"created_at":"2025-03-01T01:38:45.304Z","updated_at":"2026-07-01T12:32:17.647Z","avatar_url":"https://github.com/Revazashvili.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dictionary\n\nApi for electronic dictionary containing api for adding topics, sub topics and words.\nidentity api for login and adding and editing users for admins.\n\n# Use\n\nuse [docker compose](docker-compose.yml) file to start postgres database and api:\n\n```\nversion: '3.5'\n\nservices:\n  dictionary-db:\n    container_name: dictionary-db\n    image: postgres\n    restart: always\n    ports:\n      - \"5432:5432\"\n    volumes:\n      - ~/temp/postgres:/var/lib/postgresql/data\n    environment:\n      - POSTGRES_PASSWORD=mysecretpassword\n      - POSTGRES_USER=postgres\n    networks:\n      - dictionary\n  \n  dictionary-api:\n    container_name: dictionary-api\n    image: revazashvili/dictionary-api:latest\n    restart: always\n    depends_on: [dictionary-db]\n    ports:\n      - \"80:80\"\n    environment:\n      - ASPNETCORE_ENVIRONMENT=Development\n      - ConnectionStrings:DictionaryDb=Host=dictionary-db;Port=5432;Database=Dictionary;User Id=postgres;Password=mysecretpassword;\n    networks: \n      - dictionary\n        \nnetworks:\n  dictionary:\n    name: dictionary_custom\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevazashvili%2Fdictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frevazashvili%2Fdictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevazashvili%2Fdictionary/lists"}