Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 570 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 570 Bytes

UQ Program Planner

A program planner made by First-Years for First-Years (and everyone else).

Initialize and Run the Flask Project

  1. Set up the virtual environment:

    python3 -m venv .venv
  2. Activate the virtual environment:

    . .venv/bin/activate
  3. Install Flask/Requests:

    cd FlaskApp
    pip install -r requirements.txt
  4. Run the Flask project:

    flask run
  5. Access the app by opening your browser and navigating to:

    http://127.0.0.1:5000/