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
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)
-
Clone the repository
git clone <repository-url> cd WeatherJYJAM
-
Install root dependencies (Required for all team members)
npm install
This sets up pre-commit hooks and code quality tools
-
Choose your development path:
For Frontend Development:
cd Frontend npm install npm run devFor Backend Development:
cd Backend # Follow Backend README instructions