{"id":34175214,"url":"https://github.com/maxisme/idmyteam-server","last_synced_at":"2026-03-11T11:32:31.099Z","repository":{"id":54519410,"uuid":"184406233","full_name":"maxisme/idmyteam-server","owner":"maxisme","description":"A recognition system for your team.","archived":false,"fork":false,"pushed_at":"2021-05-10T21:07:22.000Z","size":17391,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T18:45:13.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://idmy.team","language":"Python","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/maxisme.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}},"created_at":"2019-05-01T11:24:42.000Z","updated_at":"2021-05-10T21:07:25.000Z","dependencies_parsed_at":"2022-08-13T18:30:51.821Z","dependency_job_id":null,"html_url":"https://github.com/maxisme/idmyteam-server","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/maxisme/idmyteam-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxisme%2Fidmyteam-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxisme%2Fidmyteam-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxisme%2Fidmyteam-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxisme%2Fidmyteam-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxisme","download_url":"https://codeload.github.com/maxisme/idmyteam-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxisme%2Fidmyteam-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30379841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: 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":[],"created_at":"2025-12-15T12:06:29.740Z","updated_at":"2026-03-11T11:32:31.094Z","avatar_url":"https://github.com/maxisme.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/maxisme/idmyteam-server/workflows/ID%20My%20Team%20Server/badge.svg)](https://github.com/maxisme/idmyteam-server/actions)\n[![codecov](https://codecov.io/gh/maxisme/idmyteam-server/branch/master/graph/badge.svg?token=3BHMWx6kUO)](https://codecov.io/gh/maxisme/idmyteam-server)\n[Client Code](https://github.com/maxisme/idmyteam-server)\n\n# Local environment\n## `pre-commit`\n```\n$ pip install pre-commit\n$ pre-commit install\n```\n\nto test:\n```\n$ pre-commit run --all-files\n```\n\n## How to run\n### Full integration\n```\n$ docker-compose up --build\n```\nThen access at `http://localhost/`.\n\n### Custom `runserver`\n```\n$ docker-compose up -d db redis\n$ cd web\n$ python3 manage.py migrate\n$ python3 manage.py loaddata test-user.json\n$ python3 manage.py runserver\n```\nYou can then login with the credentials `testuser`:`testuser`\n\n___\n\n#### requirements.txt\n```\npipdeptree | grep -P '^\\w+' \u003e web/requirements.txt\n```\n\n#### sass\n - `sass source/stylesheets/index.scss build/stylesheets/index.css --style compressed`\n - `$FilePath$ $FileNameWithoutExtension$.css --style compressed` (intelij)\n \n\n### Updating models\n```\n$ python3 manage.py makemigrations\n```\n\n# k8 deployment\n```\nkubectl create secret generic idmyteam --from-env-file .env\nhelm upgrade idmyteam maxisme/staticweb --install -f 'helm/django-values.yml' \n```\n \n___\n# Tests\n## TODO\n - [ ] Already in use username when signing up\n - [ ] Already in use email when signing up\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxisme%2Fidmyteam-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxisme%2Fidmyteam-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxisme%2Fidmyteam-server/lists"}