Skip to content

sudo-scorpion/Cal-Tech-AI-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instructions = """

Clone the repository

git clone https://github.com/sudo-scorpion/Cal-Tech-AI-ML.git

UI

The UI for the ShoppingApp is an Angular application. Here are the steps to run it:

  1. Navigate to the shopping-app-ui directory:

    cd ShoppingApp/shopping-app-ui
    
  2. Install the necessary dependencies:

    npm install
    
  3. Start the development server:

    ng serve
    

    The application will be available at http://localhost:4200/.

Server

The server for the ShoppingApp is a Python application built with Flask. Here are the steps to run it:

  1. Navigate to the shopping-app-server directory:

    cd ShoppingApp/shopping-app-server
    
  2. Install the necessary dependencies:

    pip install -r requirements.txt
    
  3. Run the server:

    python run.py
    

    The server will be available at http://localhost:5000/ """

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published