Skip to content

This is a final year project for 2025 sem 1 & sem 2 group DS_11, making Interactive Spatial Data Visualisation.

Notifications You must be signed in to change notification settings

Light1121/WeatherJYJAM

Repository files navigation

2025 FINAL YEAR PROJECT

InteractiveSpatialDataVisualisation

This is a final year project for 2025 sem 1 & sem 2 group DS_11

Group Member: J Y J A M

  • Julian
  • Yushan(Ken) Lin
  • Joshua
  • An
  • Madelyn

Project Structure

WeatherJYJAM/

  • .github/ # CI/CD workflows
  • .husky/ # Git hooks (pre-commit code checks)
  • Backend/ # Python backend services
  • Frontend/ # React frontend application
  • Others/ # Data processing and utilities
  • .gitignore # Git ignore rules for root directory
  • package-lock.json.json # Root dependencies (husky configuration)
  • package.json # Root dependencies (husky configuration)

Getting Started

⚠️ IMPORTANT: Follow this order for first-time setup:

  1. Clone the repository

    git clone <repository-url>
    cd WeatherJYJAM
  2. Install root dependencies (Required for all team members)

    npm install

    This sets up pre-commit hooks and code quality tools

  3. Choose your development path:

    For Frontend Development:

    cd Frontend
    npm install
    npm run dev

    For Backend Development:

    cd Backend
    # Follow Backend README instructions

About

This is a final year project for 2025 sem 1 & sem 2 group DS_11, making Interactive Spatial Data Visualisation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6