{"id":16686369,"url":"https://github.com/stdevteam/car-mgmt-test","last_synced_at":"2025-07-04T16:35:11.393Z","repository":{"id":130317172,"uuid":"353693777","full_name":"stdevteam/car-mgmt-test","owner":"stdevteam","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-02T13:34:25.000Z","size":223,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T15:18:14.493Z","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-04-01T12:32:22.000Z","updated_at":"2021-04-01T15:04:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"07411c33-ff13-4821-b41d-8ca83f750dc9","html_url":"https://github.com/stdevteam/car-mgmt-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stdevteam/car-mgmt-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fcar-mgmt-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fcar-mgmt-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fcar-mgmt-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fcar-mgmt-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdevteam","download_url":"https://codeload.github.com/stdevteam/car-mgmt-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fcar-mgmt-test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263577260,"owners_count":23483130,"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":"2024-10-12T15:05:35.713Z","updated_at":"2025-07-04T16:35:11.362Z","avatar_url":"https://github.com/stdevteam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=================\nCar Hire Management System\n=================\n\n-----------------\nDevelopment setup\n-----------------\n\n#### Create www directory where project sites and environment dir\n\n.. code-block:: bash\n\n    $ mkdir /var/www \u0026\u0026 mkdir /var/envs \u0026\u0026 mkdir /var/envs/bin\n    \n#### Install virtualenvwrapper\n\n.. code-block:: bash\n\n    $ sudo pip3 install virtualenvwrapper\n    $ sudo pip3 install --upgrade virtualenv\n    \n#### Add these to your bashrc virtual env wrapper work\n\n.. code-block:: bash\n\n    export WORKON_HOME=/var/envs\n    export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3.8\n    export PROJECT_HOME=/var/www\n    export VIRTUALENVWRAPPER_HOOK_DIR=/var/envs/bin\n    export IS_LOCAL=True\n    source /usr/local/bin/virtualenvwrapper.sh\n    \n#### Create virtualenv\n\n.. code-block:: bash\n\n    $ cd /var/envs \u0026\u0026 mkvirtualenv car_hire_system --python=/usr/bin/python3.8\n    \n#### Install requirements for a project.\n\n.. code-block:: bash\n\n    $ cd /var/www/car_hire_sytem \u0026\u0026 pip install -r requirements.txt\n\n#### Configure DB\n\n.. code-block:: bash\n\n    $ mysql -u \u003cuser\u003e -p\n    $ CREATE DATABASE car_hire_management\n    ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstdevteam%2Fcar-mgmt-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstdevteam%2Fcar-mgmt-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstdevteam%2Fcar-mgmt-test/lists"}