Skip to content

Trzups/DrinkAppDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrinkAppDB

Table of contents

General info

DrinkAppDB is an application with which you can find interesting recipes for alcoholic drinks. By entering the name of the drink, a list with a photo and a recipe will be displayed. This project uses data from "TheCocktailDB" - https://www.thecocktaildb.com/

Technologies

  • Python version 3.6 ( Using library 'requests' )
  • Django version 3.2
  • Bootstrap version 5.0

Setup

# 1. To run this project, create a virtual environment and clone the repository.
$ https://github.com/Trzups/DrinkAppDB.git

# 2. Activate the virtual environment
$ source virtenv/bin/activate

# 3. Then go to the folder :
$ AppDrinkDB

# 4. Using:
$ pip install -r requirements.txt

# 5. And start project:
$ python manage.py runserver

A page should appear where you will be prompted to enter the name of the drink you are looking for. Algorithm schema

After typing an interesting drink

Algorithm schema

About

This is an application to search for cocktails using the API from the website - www.thecocktaildb.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors