Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS122A Project

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/con169/cs122a-project.git
    cd cs122a-project
  2. Create and activate virtual environment:

    python -m venv venv
    source venv/bin/activate  # macOS/Linux
    venv\Scripts\activate     # Windows
  3. Install dependencies:

    pip install -r requirements.txt
  4. Set up environment variables by creating a .env file with:

    MYSQL_HOST={your_host}
    MYSQL_USER={your_root}
    MYSQL_PASSWORD={your_password}

This works for testing the python script on your local server using python local.py {Arguments}

  1. Run using command line: python project.py

If adding new dependencies: pip freeze > requirements.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages