Skip to content

xboxdimensions/hackathon_planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •