instructions = """
git clone https://github.com/sudo-scorpion/Cal-Tech-AI-ML.git
The UI for the ShoppingApp is an Angular application. Here are the steps to run it:
-
Navigate to the
shopping-app-ui
directory:cd ShoppingApp/shopping-app-ui
-
Install the necessary dependencies:
npm install
-
Start the development server:
ng serve
The application will be available at
http://localhost:4200/
.
The server for the ShoppingApp is a Python application built with Flask. Here are the steps to run it:
-
Navigate to the
shopping-app-server
directory:cd ShoppingApp/shopping-app-server
-
Install the necessary dependencies:
pip install -r requirements.txt
-
Run the server:
python run.py
The server will be available at
http://localhost:5000/
"""