{"id":16686364,"url":"https://github.com/stdevteam/file_versioning_test","last_synced_at":"2026-04-27T06:35:35.188Z","repository":{"id":151144914,"uuid":"350997043","full_name":"stdevteam/file_versioning_test","owner":"stdevteam","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-24T14:59:28.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T15:18:13.325Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stdevteam.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-24T08:10:33.000Z","updated_at":"2021-03-24T15:01:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"67c71de0-548f-4efb-a9e4-36e1c91df105","html_url":"https://github.com/stdevteam/file_versioning_test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stdevteam/file_versioning_test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Ffile_versioning_test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Ffile_versioning_test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Ffile_versioning_test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Ffile_versioning_test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdevteam","download_url":"https://codeload.github.com/stdevteam/file_versioning_test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Ffile_versioning_test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32326112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":"2024-10-12T15:05:34.762Z","updated_at":"2026-04-27T06:35:30.176Z","avatar_url":"https://github.com/stdevteam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=================\nDocument control\n=================\n\n-----------------\nDevelopment setup\n-----------------\n\nInstall required system packages:\n\n.. code-block:: bash\n\n    $ mkdir /var/www/document_control \n    $ cd /var/www/document_control\n    $ sudo update-alternatives --config python3\n    $ python3.6 -m venv venv\n    $ . venv/bin/activate\n    $ pip install flask\n    $ pip install flask-mysqldb\n    $ set FLASK_APP=main.py\n    $ set FLASK_DEBUG=1\n    $ sudo apt install mysql-server\n    $ sudo mysql_secure_installation\n\n\nConfigure DB\n\n.. code-block:: bash\n\n    sudo mysql\n    \u003eCREATE DATABASE document_control;\n    \u003eUSE document_control;\n    \u003eCREATE USER 'user'@'localhost' IDENTIFIED BY 'Password123#@!';\n    \u003eGRANT ALL PRIVILEGES ON *.* TO 'user'@'localhost';\n    \u003eFLUSH PRIVILEGES;\n    \u003esource db_sql;\n    \u003eexit;\n\nRun project\n\n.. code-block:: bash\n\n    flask run","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstdevteam%2Ffile_versioning_test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstdevteam%2Ffile_versioning_test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstdevteam%2Ffile_versioning_test/lists"}