{"id":26123358,"url":"https://github.com/devgametools/coffee_shop","last_synced_at":"2026-04-24T13:01:45.374Z","repository":{"id":273105226,"uuid":"918503095","full_name":"Devgametools/coffee_shop","owner":"Devgametools","description":"DJANGO APP","archived":false,"fork":false,"pushed_at":"2025-01-22T02:35:02.000Z","size":179,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T08:42:35.555Z","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/Devgametools.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":"2025-01-18T05:07:40.000Z","updated_at":"2025-01-22T02:35:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7a7847f-c11f-49df-b6e7-6b7ba7f6831c","html_url":"https://github.com/Devgametools/coffee_shop","commit_stats":null,"previous_names":["robertbass/coffee_shop","devgametools/coffee_shop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Devgametools/coffee_shop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devgametools%2Fcoffee_shop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devgametools%2Fcoffee_shop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devgametools%2Fcoffee_shop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devgametools%2Fcoffee_shop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devgametools","download_url":"https://codeload.github.com/Devgametools/coffee_shop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devgametools%2Fcoffee_shop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32224413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-03-10T15:53:00.610Z","updated_at":"2026-04-24T13:01:45.355Z","avatar_url":"https://github.com/Devgametools.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Coffee Shop\n===========\n\nWelcome to the Coffee Shop project! This Django application is designed to manage a coffee shop's products, orders, and users efficiently.\n\nRequirements\n------------\n\n*   **PostgreSQL** (Make sure it's installed and running)\n*   **Python 3.11**\n\nInstallation Guide\n------------------\n\nFollow these steps to get the project up and running on your local machine.\n\n### 1\\. Clone the Repository\n\nClone the project repository from GitHub to your local machine.\n\n```bash\ngit clone https://github.com/RobertBass/coffee_shop.git\ncd coffee_shop\n```\n\n### 2\\. Set Up Virtual Environment\n\nCreate and activate a virtual environment.\n\n\n```bash\npython3.11 -m venv name_of_virtual_environment \nsource name_of_virtual_environment/bin/activate \n```\n\n### 3\\. Install Dependencies\n\nInstall the required Python packages using `pip`.\n\n`pip install -r requirements.txt`\n\n### 4\\. Configure Environment Variables\n\nCreate a `.env` file in the root of the project. You can use `.env.example` as a template.\n\n\n`cp .env.example .env`\n\nUpdate the `.env` file with your database credentials and other necessary configurations.\n\n### 5\\. Set Up the Database\n\nCreate the PostgreSQL database and apply migrations.\n\n```bash\npsql -U postgres CREATE DATABASE coffeeshop;\n```\nApply migrations \n\n```bash\npython manage.py migrate\n```\n\n### 6\\. Create a Superuser\n\nCreate a superuser to access the Django admin interface.\n\n\n```\npython manage.py createsuperuser\n```\n\n### 7\\. Run the Development Server\n\nStart the Django development server.\n\n```\n./manage.py runserver\n```\n\nAccess the project by navigating to `http://127.0.0.1:8000` in your web browser.\n\nProject Structure\n-----------------\n\n*   **products**: Handles everything related to coffee products.\n*   **users**: Manages user authentication and profiles.\n*   **orders**: Manages customer orders.\n\nContributing\n------------\n\nWe welcome contributions! Please fork the repository and submit pull requests for any features, improvements, or bug fixes.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgametools%2Fcoffee_shop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgametools%2Fcoffee_shop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgametools%2Fcoffee_shop/lists"}