https://github.com/dariustb/cocktailsearch
Python web app to search cocktail recipes via SQLite queries
https://github.com/dariustb/cocktailsearch
flask python sqlite tailwind
Last synced: over 1 year ago
JSON representation
Python web app to search cocktail recipes via SQLite queries
- Host: GitHub
- URL: https://github.com/dariustb/cocktailsearch
- Owner: dariustb
- Created: 2023-09-01T22:16:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T07:26:47.000Z (over 2 years ago)
- Last Synced: 2025-01-11T18:42:44.295Z (over 1 year ago)
- Topics: flask, python, sqlite, tailwind
- Language: HTML
- Homepage: https://dariustb.github.io/CocktailSearch/
- Size: 36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[![PyTest][pytest]][pytest-url]
[![PyLint][pylint]][pylint-url]
[![Black][black]][black-url]
[![Isort][isort]][isort-url]
[![GPages][gpages]][gpages-url]
[![Codecov][codecov]][codecov-url]
![GitHub repo size][repo-size]
Cocktail Search
https://github.com/dariustb/CocktailSearch/assets/33665856/8808751b-d328-4189-a68e-9250016f49d4
Python web app to search cocktail recipes via SQLite queries
Explore the docs »
Report Bug
·
Request Feature
## About The Project
Cocktail 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.
_Please [refer to the documentation][docs] for the full breakdown and logic explanation of the app._
### Built With
* ![Python][python.io]
* ![Flask][flask.io]
* ![SQLite3][sqlite.io]
* ![TailwindCSS][tailwind.css]
* ![Figma][figma.io]
[app]: #
[docs]: https://dariustb.github.io/CocktailSearch/
[product-screenshot]: #
[pytest]: https://github.com/dariustb/CocktailSearch/actions/workflows/pytest.yml/badge.svg
[pylint]: https://github.com/dariustb/CocktailSearch/actions/workflows/pylint.yml/badge.svg
[black]: https://github.com/dariustb/CocktailSearch/actions/workflows/black.yml/badge.svg
[isort]: https://github.com/dariustb/CocktailSearch/actions/workflows/isort.yml/badge.svg
[gpages]: https://github.com/dariustb/CocktailSearch/actions/workflows/pages/pages-build-deployment/badge.svg
[codecov]: https://codecov.io/gh/dariustb/CocktailSearch/graph/badge.svg?token=9XQF1N48EU
[pytest-url]: https://github.com/dariustb/CocktailSearch/actions/workflows/pytest.yml
[pylint-url]: https://github.com/dariustb/CocktailSearch/actions/workflows/pylint.yml
[black-url]: https://github.com/dariustb/CocktailSearch/actions/workflows/black.yml
[isort-url]: https://github.com/dariustb/CocktailSearch/actions/workflows/isort.yml
[gpages-url]: https://github.com/dariustb/CocktailSearch/actions/workflows/pages/pages-build-deployment
[codecov-url]: https://codecov.io/gh/dariustb/CocktailSearch
[repo-size]: https://img.shields.io/github/repo-size/dariustb/CocktailSearch
[python.io]: https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54
[flask.io]: https://img.shields.io/badge/flask-%23000.svg?style=for-the-badge&logo=flask&logoColor=white
[sqlite.io]: https://img.shields.io/badge/sqlite-%2307405e.svg?style=for-the-badge&logo=sqlite&logoColor=white
[tailwind.css]: https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white
[figma.io]: https://img.shields.io/badge/figma-%23F24E1E.svg?style=for-the-badge&logo=figma&logoColor=white