{"id":23054226,"url":"https://github.com/rblcoder/inventorymanagementapp","last_synced_at":"2025-04-03T04:41:19.076Z","repository":{"id":109846560,"uuid":"605513189","full_name":"rblcoder/inventoryManagementApp","owner":"rblcoder","description":"An inventory management app in Django","archived":false,"fork":false,"pushed_at":"2023-03-17T12:49:38.000Z","size":1443,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T18:45:59.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rblcoder.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-02-23T10:13:06.000Z","updated_at":"2024-04-20T12:41:54.000Z","dependencies_parsed_at":"2025-02-13T13:31:54.447Z","dependency_job_id":null,"html_url":"https://github.com/rblcoder/inventoryManagementApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rblcoder%2FinventoryManagementApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rblcoder%2FinventoryManagementApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rblcoder%2FinventoryManagementApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rblcoder%2FinventoryManagementApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rblcoder","download_url":"https://codeload.github.com/rblcoder/inventoryManagementApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246939177,"owners_count":20857916,"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-12-16T00:37:31.716Z","updated_at":"2025-04-03T04:41:19.055Z","avatar_url":"https://github.com/rblcoder.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inventoryManagementApp\nAn inventory management system\n\nCreate a virtual environment\n```shell\npython -m venv venv\n```\nActivate the virtual environment using\n```shell\nsource venv/bin/activate\n```\nUpgrade pip\n```shell\npip install --upgrade pip\n```\nRun migration\n```shell\npython manage.py migrate\n```\nCreate a superuser\n```shell\npython manage.py createsuperuser\n```\nTo run the application:\n```shell\npython manage.py runserver\n```\n\nTo deploy this to Elastic Beanstalk by uploading a zip file containing the code:\nTo zip the files for uploading to Elastic Beanstalk\n```shell\ngit archive -v -o myapp.zip --format=zip HEAD\n```\nAfter uploading the zip file from Elastic Beanstalk console, edit enviroment variables in Elastic Beanstalk console under environment -\u003e Configuration -\u003e Software -\u003e Environment Properties \n\nset APP_HOST to the url of the Elastic Beanstalk application\n\nset SECRET_KEY \n\nTo generate one, refer to https://www.educative.io/answers/how-to-generate-a-django-secretkey\nor\n```shell\npython manage.py shell\nfrom django.core.management.utils import get_random_secret_key\nget_random_secret_key()\n\n```\n\nset IS_DEVELOPMENT to False\n\nUsed the bootstrap theme\nhttps://startbootstrap.com/previews/sb-admin\n\nTo install Elasticbeanstalk cli\n```shell\npip install awsebcli\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frblcoder%2Finventorymanagementapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frblcoder%2Finventorymanagementapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frblcoder%2Finventorymanagementapp/lists"}