An open API service indexing awesome lists of open source software.

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

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