{"id":24703033,"url":"https://github.com/jsonzilla/download_server_control","last_synced_at":"2026-04-13T20:03:03.098Z","repository":{"id":40279625,"uuid":"485564623","full_name":"jsonzilla/download_server_control","owner":"jsonzilla","description":"API for management of control versioning applications","archived":false,"fork":false,"pushed_at":"2022-11-11T20:01:27.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T04:27:12.295Z","etag":null,"topics":["fastapi","python","versioning"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsonzilla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null},"funding":{"github":"jsonzilla"}},"created_at":"2022-04-25T23:19:10.000Z","updated_at":"2022-07-09T13:02:46.000Z","dependencies_parsed_at":"2023-01-22T11:31:08.041Z","dependency_job_id":null,"html_url":"https://github.com/jsonzilla/download_server_control","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsonzilla/download_server_control","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonzilla%2Fdownload_server_control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonzilla%2Fdownload_server_control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonzilla%2Fdownload_server_control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonzilla%2Fdownload_server_control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsonzilla","download_url":"https://codeload.github.com/jsonzilla/download_server_control/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonzilla%2Fdownload_server_control/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["fastapi","python","versioning"],"created_at":"2025-01-27T05:51:53.634Z","updated_at":"2026-04-13T20:03:03.038Z","avatar_url":"https://github.com/jsonzilla.png","language":"Python","funding_links":["https://github.com/sponsors/jsonzilla"],"categories":[],"sub_categories":[],"readme":"# Download Server Control\nControl user access to your application or any versioned file/link.\n\n## License\n\nThis project is licensed under the terms of the Apache license.\n\n# Install the requirements:\nA mongo database is required to run the server.\nGet one from [MongoDB Atlas](https://www.mongodb.com/cloud/atlas), for free.\n```bash\npip install -r requirements.txt\n```\n\n## Run\n```bash\nuvicorn app.main:app --reload\n```\n\n## Test\n```bash\npython -m pytest -W ignore::DeprecationWarning\npytest --cov=app --cov-report=html\npython -m pytest_watch\n```\n\n## [Config .env](https://fastapi.tiangolo.com/advanced/settings/#reading-a-env-file)\nConfigure the location of your MongoDB database in a .env file:\n```\nMONGO_URL=\"mongodb+srv://\u003cusername\u003e:\u003cpassword\u003e@\u003curl\u003e/\u003cdb\u003e?retryWrites=true\u0026w=majority\"\nBUCKET_NAME=\"configzero-jsonzilla\"\n```\n\nNeed to create a user at database to run the server:\n```\nmongo \u003cdb\u003e --eval \"db.users({username: '\u003cusername\u003e', password: '\u003cbcrypt_password\u003e', email: '\u003cemail@email\u003e'});\"\n```\n\n## Swagger\nTo see the Swagger documentation, visit:\nhttp://localhost:8000/docs\n\n\n## Documentation of libraries\nTo see the documentation, visit:\n* [FastAPI](https://fastapi.tiangolo.com/)\n* [MongoDB](https://www.mongodb.com/)\n* [MongoDB Atlas](https://www.mongodb.com/cloud/atlas)\n* [Pydantic](https://pydantic-docs.helpmanual.io/)\n\n## WIP\n* Automated tests\n* S3 is not yet implemented.\nhttps://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-presigned-urls.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonzilla%2Fdownload_server_control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsonzilla%2Fdownload_server_control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonzilla%2Fdownload_server_control/lists"}