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-uidirectory:cd ShoppingApp/shopping-app-ui -
Install the necessary dependencies:
npm install -
Start the development server:
ng serveThe 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-serverdirectory:cd ShoppingApp/shopping-app-server -
Install the necessary dependencies:
pip install -r requirements.txt -
Run the server:
python run.pyThe server will be available at
http://localhost:5000/"""