{"id":22937956,"url":"https://github.com/rezataheri01/game-store","last_synced_at":"2025-04-01T19:32:45.947Z","repository":{"id":264623218,"uuid":"855321270","full_name":"RezaTaheri01/game-store","owner":"RezaTaheri01","description":"The source code for reza-taheri.ir a website I built to learn Django, It's available for exploration","archived":false,"fork":false,"pushed_at":"2025-02-23T21:43:45.000Z","size":7455,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T22:28:01.484Z","etag":null,"topics":["backend","bootstrap5","django","django-rest-framework","html-css-javascript","python","website"],"latest_commit_sha":null,"homepage":"https://aghreza01.pythonanywhere.com","language":"Python","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/RezaTaheri01.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":"2024-09-10T17:16:59.000Z","updated_at":"2025-02-23T21:43:49.000Z","dependencies_parsed_at":"2025-02-23T22:34:06.532Z","dependency_job_id":null,"html_url":"https://github.com/RezaTaheri01/game-store","commit_stats":null,"previous_names":["rezataheri01/game-store"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RezaTaheri01%2Fgame-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RezaTaheri01%2Fgame-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RezaTaheri01%2Fgame-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RezaTaheri01%2Fgame-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RezaTaheri01","download_url":"https://codeload.github.com/RezaTaheri01/game-store/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246700276,"owners_count":20819848,"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":["backend","bootstrap5","django","django-rest-framework","html-css-javascript","python","website"],"created_at":"2024-12-14T12:15:16.422Z","updated_at":"2025-04-01T19:32:45.937Z","avatar_url":"https://github.com/RezaTaheri01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"* * *\n\n# Game Store Website\n\nWelcome to the source code of [visit site](https://aghreza01.pythonanywhere.com), a **Django**-based website serving as an **eCommerce gaming store**. Explore a fully functional, customizable platform for purchasing games.\n\n![Prince of Persia](https://github.com/user-attachments/assets/adc80554-142e-46a8-a94a-1a7534d25ad1)\n\n---\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies](#technologies)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [License](#license)\n\n---\n\n## Features\n\n- 🛒 **Fully Functional eCommerce Store**: All essential store features.\n- 🔗 **RESTful API**: Clean and efficient API for smooth integration.\n- 📩 **Contact Form**: Reach out directly through the contact form.\n- 🌐 **Fully Responsive Design**: Optimized for mobile, tablet, and desktop views.\n- 🌍 **Multi-language Support**: Easy localization using Django’s translation tools.\n- 🌙 **Dark Mode**: A sleek dark theme for night-time browsing.\n- ⚙️ **Customizable**: Highly configurable for specific needs.\n- 🌐 **Language Switcher**: Quick language change from the footer.\n\n---\n\n## Technologies\n\n- **Backend**: Django 5.1.1 with Python 3.11\n- **Frontend**: HTML5, CSS3, JavaScript (jQuery, Bootstrap)\n- **Database**: SQLite (default) for development, MySQL for production\n- **Multi-language Support**: Integrated via `django.utils.translation` and **Rosetta** for translations\n\n---\n\n## Installation\n\n### 1. Clone the Repository:\n\n```bash\ngit clone https://github.com/RezaTaheri01/game-store.git\ncd game-store\n```\n\n### Create a virtual environment and activate it:\n\n```\npython -m virtualenv venv\nsource venv/bin/activate\n```\n\n### 3. Install the dependencies:\n\n```\npip install -r requirements.txt\n```\n### 4. There is a default superuser:\n\n```\nuser : adminadmin\npassword : adminadmin\n```\n\n### 4. Alternatively remove db.sqlite3, apply migrations and create a superuser:\n\n```\npython manage.py migrate\npython manage.py createsuperuser\n```\n\n### 5. Run the server:\n\n```\npython manage.py runserver\n```\n\nAccess the site at http://127.0.0.1:8000/\u003cbr\u003e\nDjango Admin at http://127.0.0.1:8000/admin\u003cbr\u003e\nRosetta at http://127.0.0.1:8000/rosetta\u003cbr\u003e\nApi at http://127.0.0.1:8000/api/schema/swagger (use superuser user and password)\u003cbr\u003e\n\n## Configuration\n\n- **SECRET_KEY**: Django secret key\n- **DEBUG**: Set to False in production\n- **ALLOWED_HOSTS**: Set the domain name for production\n ### To get activation code and reset password, complete below:\n- **EMAIL_HOST**: SMTP server for sending emails\n- **EMAIL_HOST_USER**: SMTP username\n- **EMAIL_HOST_PASSWORD**: SMTP password\n\n## ✅ Todo\n\n- [ ] Customizable theme colors\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/RezaTaheri01/game-store/edit/main/LICENSE) file for details.\n\n\n* * *\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frezataheri01%2Fgame-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frezataheri01%2Fgame-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frezataheri01%2Fgame-store/lists"}