{"id":19884919,"url":"https://github.com/dariustb/cocktailsearch","last_synced_at":"2025-03-01T03:44:19.387Z","repository":{"id":193682132,"uuid":"686154795","full_name":"dariustb/CocktailSearch","owner":"dariustb","description":"Python web app to search cocktail recipes via SQLite queries","archived":false,"fork":false,"pushed_at":"2024-03-17T07:26:47.000Z","size":37719,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T18:42:44.295Z","etag":null,"topics":["flask","python","sqlite","tailwind"],"latest_commit_sha":null,"homepage":"https://dariustb.github.io/CocktailSearch/","language":"HTML","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/dariustb.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":"2023-09-01T22:16:25.000Z","updated_at":"2024-03-16T19:29:09.000Z","dependencies_parsed_at":"2024-11-12T17:43:12.166Z","dependency_job_id":null,"html_url":"https://github.com/dariustb/CocktailSearch","commit_stats":null,"previous_names":["dariustb/cocktailsearch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariustb%2FCocktailSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariustb%2FCocktailSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariustb%2FCocktailSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariustb%2FCocktailSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dariustb","download_url":"https://codeload.github.com/dariustb/CocktailSearch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241313184,"owners_count":19942417,"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":["flask","python","sqlite","tailwind"],"created_at":"2024-11-12T17:30:41.641Z","updated_at":"2025-03-01T03:44:17.934Z","avatar_url":"https://github.com/dariustb.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT SHIELDS --\u003e\n[![PyTest][pytest]][pytest-url]\n[![PyLint][pylint]][pylint-url]\n[![Black][black]][black-url]\n[![Isort][isort]][isort-url]\n[![GPages][gpages]][gpages-url]\n[![Codecov][codecov]][codecov-url]\n![GitHub repo size][repo-size]\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\" id=\"readme-top\"\u003e\n  \u003ch1 align=\"center\"\u003eCocktail Search\u003c/h1\u003e\n\n  https://github.com/dariustb/CocktailSearch/assets/33665856/8808751b-d328-4189-a68e-9250016f49d4\n\n  \u003cp align=\"center\"\u003e\n    Python web app to search cocktail recipes via SQLite queries\n    \u003cbr /\u003e\n    \u003ca href=\"https://dariustb.github.io/CocktailSearch/\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/dariustb/CocktailSearch/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/dariustb/CocktailSearch/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\nCocktail Search is a web application built using Python and the Flask framework, designed to help users discover and explore a wide variety of cocktail recipes. It provides a user-friendly interface for searching and retrieving cocktail recipes from a SQLite database using Python.\n\n_Please [refer to the documentation][docs] for the full breakdown and logic explanation of the app._\n\n### Built With\n* ![Python][python.io]\n* ![Flask][flask.io]\n* ![SQLite3][sqlite.io]\n* ![TailwindCSS][tailwind.css]\n* ![Figma][figma.io]\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[app]:  #\n[docs]: https://dariustb.github.io/CocktailSearch/\n\n\u003c!-- Featured images --\u003e\n[product-screenshot]:   #\n\n\u003c!-- CI Test badges --\u003e\n[pytest]:   https://github.com/dariustb/CocktailSearch/actions/workflows/pytest.yml/badge.svg\n[pylint]:   https://github.com/dariustb/CocktailSearch/actions/workflows/pylint.yml/badge.svg\n[black]:    https://github.com/dariustb/CocktailSearch/actions/workflows/black.yml/badge.svg\n[isort]:    https://github.com/dariustb/CocktailSearch/actions/workflows/isort.yml/badge.svg\n[gpages]:   https://github.com/dariustb/CocktailSearch/actions/workflows/pages/pages-build-deployment/badge.svg \n[codecov]:  https://codecov.io/gh/dariustb/CocktailSearch/graph/badge.svg?token=9XQF1N48EU\n\n[pytest-url]:   https://github.com/dariustb/CocktailSearch/actions/workflows/pytest.yml\n[pylint-url]:   https://github.com/dariustb/CocktailSearch/actions/workflows/pylint.yml\n[black-url]:    https://github.com/dariustb/CocktailSearch/actions/workflows/black.yml\n[isort-url]:    https://github.com/dariustb/CocktailSearch/actions/workflows/isort.yml\n[gpages-url]:   https://github.com/dariustb/CocktailSearch/actions/workflows/pages/pages-build-deployment\n[codecov-url]:  https://codecov.io/gh/dariustb/CocktailSearch\n\n\u003c!-- Markdown Badges --\u003e\n[repo-size]:    https://img.shields.io/github/repo-size/dariustb/CocktailSearch\n[python.io]:    https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54\n[flask.io]:     https://img.shields.io/badge/flask-%23000.svg?style=for-the-badge\u0026logo=flask\u0026logoColor=white\n[sqlite.io]:    https://img.shields.io/badge/sqlite-%2307405e.svg?style=for-the-badge\u0026logo=sqlite\u0026logoColor=white\n[tailwind.css]: https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white\n[figma.io]:     https://img.shields.io/badge/figma-%23F24E1E.svg?style=for-the-badge\u0026logo=figma\u0026logoColor=white\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdariustb%2Fcocktailsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdariustb%2Fcocktailsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdariustb%2Fcocktailsearch/lists"}