CITS5505 Agile Web Develoment Group Project
- Install Flask :
pip install flask
- Install Dependencies
pip install -r requirements_macos.txt # For macOS
or
pip install -r requirements_windows.txt # For Windows
- Run the Flask application:
python -m flask run
Open your web browser and visit http://localhost:5000 to access the application.
See DEVELOPMENT_GUIDE.md for details on how to contribute to this project.