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:
Installation
-
Clone the repository to your local machine using Git:
git clone https://github.com/dariustb/CocktailSearch.git
-
Navigate to the project’s directory:
cd CocktailSearch
-
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:
-
Run the project with the following command:
python src/app.py
-
Open the site’s web server link on the console.
-
Enjoy Cocktail Search!