{"id":24211343,"url":"https://github.com/kitanoyoru/lead-hit-python-task","last_synced_at":"2025-08-03T01:10:14.454Z","repository":{"id":208041878,"uuid":"720694675","full_name":"kitanoyoru/lead-hit-python-task","owner":"kitanoyoru","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-21T01:18:52.000Z","size":568,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T02:35:26.301Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kitanoyoru.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":"2023-11-19T09:53:55.000Z","updated_at":"2023-11-19T13:17:01.000Z","dependencies_parsed_at":"2025-01-14T02:35:01.986Z","dependency_job_id":"d5549acc-5e26-489f-a143-85cde74dbc1a","html_url":"https://github.com/kitanoyoru/lead-hit-python-task","commit_stats":null,"previous_names":["kitanoyoru/lead-hit-python-task"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitanoyoru%2Flead-hit-python-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitanoyoru%2Flead-hit-python-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitanoyoru%2Flead-hit-python-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitanoyoru%2Flead-hit-python-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitanoyoru","download_url":"https://codeload.github.com/kitanoyoru/lead-hit-python-task/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241696136,"owners_count":20004748,"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":[],"created_at":"2025-01-14T02:34:54.879Z","updated_at":"2025-03-03T16:20:48.630Z","avatar_url":"https://github.com/kitanoyoru.png","language":"Python","readme":"# LeadHit Junior+ Python task\n\n## Installation\n\n### Locally\n\nThis project contains my version of the solution on LeadHit task on the Junior+ Python Developper\n\n## Installation\n\n### Locally\n\nImport data in your database using [mongoimport](https://www.mongodb.com/docs/database-tools/mongoimport). Data could be find in /data folder, it looks smth like this\n\n```sh\n\n# formTemplateCollection\n\n{\"_id\":{\"$oid\":\"655bf3fa97483dedc59b221a\"},\"name\":\"FirstForm\",\"field_1\":\"EMAIL\",\"field_2\":\"TEXT\",\"field_3\":\"DATE\"}\n{\"_id\":{\"$oid\":\"655bf43097483dedc59b221b\"},\"name\":\"SecondForm\",\"field_4\":\"EMAIL\",\"field_5\":\"PHONE\"}\n```\n\nWrite your creds in .env.sh file in the root folder. Here is an example:\n\n```\n# Project structure\n\n├── .env.sh\n├── .git\n├── .gitignore\n├── .pre-commit-config.yaml\n├── .ruff_cache\n├── Dockerfile\n├── LICENSE\n├── Makefile\n├── README.md\n├── config\n├── data\n├── docker\n├── poetry.lock\n├── pyproject.toml\n├── scripts\n├── src\n└── tests\n\n# .env.sh\n\nexport DATABASE_URL=\"user:password@localhost:27017\"\nexport DATABASE_NAME=\"test\"\n\n```\n\nInstall needed dependencies and start server:\n\n```sh\npoetry install \u0026\u0026 make run-local\n\n```\n\n### In Docker (In Dev now, but it will be done soon)\n\n```sh\n./scripts/start_compose.sh\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitanoyoru%2Flead-hit-python-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitanoyoru%2Flead-hit-python-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitanoyoru%2Flead-hit-python-task/lists"}