Ishi01 / CITS5505Group41Project

CITS5505 Agile Web Develoment Group Project
MIT License
1 stars 0 forks source link

CITS5505Group41Project

CITS5505 Agile Web Develoment Group Project

Project Overview

Quick Start

  1. Install Flask :
pip install flask
  1. Install Dependencies
pip install -r requirements_macos.txt  # For macOS

or

pip install -r requirements_windows.txt  # For Windows
  1. Run the Flask application:
python -m flask run

Open your web browser and visit http://localhost:5000 to access the application.

Contributing

See DEVELOPMENT_GUIDE.md for details on how to contribute to this project.