{"id":23401638,"url":"https://github.com/ariaspaez/webstore","last_synced_at":"2026-05-08T10:35:48.159Z","repository":{"id":108031993,"uuid":"302752437","full_name":"AriasPaez/WebStore","owner":"AriasPaez","description":"Web store is a personal project in wich I apply all I have learned about framework Django","archived":false,"fork":false,"pushed_at":"2020-10-15T05:08:21.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T22:43:06.654Z","etag":null,"topics":["django-application","gitactions-workflow","html5","mariadb","python3","store"],"latest_commit_sha":null,"homepage":"","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/AriasPaez.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":"2020-10-09T20:59:54.000Z","updated_at":"2020-10-15T05:06:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"010384cd-8176-46e4-9930-f98367c09e75","html_url":"https://github.com/AriasPaez/WebStore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AriasPaez/WebStore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriasPaez%2FWebStore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriasPaez%2FWebStore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriasPaez%2FWebStore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriasPaez%2FWebStore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AriasPaez","download_url":"https://codeload.github.com/AriasPaez/WebStore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriasPaez%2FWebStore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32776917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["django-application","gitactions-workflow","html5","mariadb","python3","store"],"created_at":"2024-12-22T11:17:33.953Z","updated_at":"2026-05-08T10:35:48.141Z","avatar_url":"https://github.com/AriasPaez.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebStore\nWeb store is a personal project in wich I apply all I have learned about framework Django\n\n## How to install:\nClone the repository:\n```git\ngit clone \u003clink-http-to-clone-this-project\u003e   \n```\nOpen project file:\n```bash\ncd WebStore\n```\nInstall python3 and pip3, then create virtualenv:\n```\nvirtualenv venv -p python3\n```\nRun virtualenv.\n```\nsource ./venv/bin/activate\n```\nInstall dependences:\n```\npip3 install -r requirements.txt \n```\n## Configurations:\nThere is a .env.example fileinto webStorePlan folder. You must copy and paste it in the same path with the next name: \u003c.env\u003e\n\u003cbr\u003e\u003c/br\u003eHere you can config the secret_key and another variables of project\n## Database\nThis project use MariaDB:10.4. You can create a docker for it.\n\u003cbr\u003e\u003c/br\u003ePull the image:\n```\ndocker pull mariadb:10.4\n```\nCreate your docker:\n```\ndocker run -d -p 3306:3306 --name \u003cdocker_name\u003e -e MYSQL_ROOT_PASSWORD=\u003cpassword_root_user\u003e -e MYSQL_DATABASE=\u003cdatabase_name\u003e -e MYSQL_USER=\u003cdatabase_user_name\u003e -e MYSQL_PASSWORD=\u003cdatabase_user_password\u003e -d mariadb:10.4\n```\nWhere \n\n* **\u003cdocker_name\u003e** - *name of your docker*\n* **\u003cpassword_root_user\u003e** - *It is the password you want use in your user root of MariaDB*\n* **\u003cdatabase_name\u003e** - *name of database*\n* **\u003cdatabase_user_name\u003e** - *user name for the \u003cdatabase_name\u003e*\n* **\u003cdatabase_user_password\u003e** - *password of \u003cdatabase_user_name\u003e*\n\u003cbr\u003e\u003c/br\u003e\nRun your docker\n\u003cbr\u003e\u003c/br\u003e\nMakemigrations, migrate and superuser:\n```\npython3 manage.py makemigrations\n```\n```\npython3 manage.py migrate\n```\nNext line will ask you a user_name and user_password:\n```\npython3 manage.py createsuperuser\n```\nNow, you can run the app:\n```\npython3 manage.py runserver\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariaspaez%2Fwebstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fariaspaez%2Fwebstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariaspaez%2Fwebstore/lists"}