Getting Started Guide

Welcome to Coctail Search! This guide will help you get up and running in no time. By following these steps, you’ll be able to install the project, configure it, and start using its awesome features.

Prerequisites

Before you begin, make sure you have the following installed on your system:

  • Python (version 3.11.0 or higher)
  • pip (versions 22.3 - 23.0.1) usually installed with Python
  • Git

Installation

  1. Clone the repository to your local machine using Git:

    git clone https://github.com/dariustb/CocktailSearch.git
    
  2. Navigate to the project’s directory:

    cd CocktailSearch
    
  3. Create a virtual environment & install dependencies:

    python -m venv venv
    source venv/Scripts/activate
    pip install -r requirements.txt
    

Usage

Now that you have everything set up, let’s start using the project:

  1. Run the project with the following command:

    python src/app.py
    
  2. Open the site’s web server link on the console.

  3. Enjoy Cocktail Search!