{"id":27644905,"url":"https://github.com/waltermillan/weather","last_synced_at":"2026-05-07T19:16:26.939Z","repository":{"id":276046209,"uuid":"928010317","full_name":"waltermillan/Weather","owner":"waltermillan","description":"Weather information for Spanish cities, using the Weather Visualcrossing API","archived":false,"fork":false,"pushed_at":"2025-04-18T11:44:55.000Z","size":569,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T00:58:58.222Z","etag":null,"topics":["angular-cli","csharp","factory-pattern","netcore","patterns-design","repository-pattern","singleton-pattern","sqlserver","typescipt","unitofwork-pattern"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/waltermillan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-05T22:54:07.000Z","updated_at":"2025-04-18T11:44:59.000Z","dependencies_parsed_at":"2025-04-19T00:40:39.007Z","dependency_job_id":"c3a6eee6-60d9-4059-9934-db0bb0217129","html_url":"https://github.com/waltermillan/Weather","commit_stats":null,"previous_names":["waltermillan/weatherapi","waltermillan/weather"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FWeather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FWeather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FWeather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FWeather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waltermillan","download_url":"https://codeload.github.com/waltermillan/Weather/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250540991,"owners_count":21447427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular-cli","csharp","factory-pattern","netcore","patterns-design","repository-pattern","singleton-pattern","sqlserver","typescipt","unitofwork-pattern"],"created_at":"2025-04-24T00:59:00.536Z","updated_at":"2026-05-05T00:37:57.128Z","avatar_url":"https://github.com/waltermillan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌦️ Weather App Project\n\nA visualization app for regions, provinces, and cities of Spain.  \nThis application retrieves real-time weather data from public APIs (such as Visual Crossing Weather) and displays it interactively.\n\n---\n\n## 📅 Changelog\n\n- **2025-02-05**: Initial upload — backend and frontend (no database).\n- **2025-02-08**: Minor updates and fixes.\n- **2025-04-18**: Added modules for weather and forecast queries, modals, models and services. Integrated Visual Crossing Weather API and added the architecture diagram.\n\n---\n\n## 🎯 Objective\n\nTo practice with:\n- **.NET (C#)** and **SQL (Oracle DB)**\n- **Angular (TypeScript)**\n- **Design Patterns**\n- **Onion Architecture**\n\nUses the **Visual Crossing Weather API** to retrieve real-time weather and forecast data.\n\n---\n\n## 🚀 Features\n\n### 🔧 Backend\n- Follows **Onion Architecture**\n- Implements several **Design Patterns**:\n  - Repository Pattern\n  - Unit of Work\n  - Singleton\n  - Base Entity\n  - Data Transfer Object (DTO)\n\n- **Key Libraries**:\n  - API calls to: [Visual Crossing Weather](https://weather.visualcrossing.com/)\n  - Encryption:\n    - `BCrypt.Net-Next`\n    - `System.Security.Cryptography` (AES-256 encryption)\n  - Logging:\n    - `Serilog`\n    - `Serilog.Extensions.Logging`\n    - `Serilog.Sinks.File`\n  - ORM:\n    - `Oracle.EntityFrameworkCore` for Oracle DB integration using Docker\n\n---\n\n### 💻 Frontend\n\n- Built with **Angular 18.2.14**\n- Implements data communication via **parent-child components**\n- Uses Angular Material for modal/popup support:\n  - `@angular/material: 18.2.14`\n  - `@angular/animations: 18.2.13`\n  - `@angular/cdk: 18.2.14`\n- Modular project structure\n\n---\n\n### 🗄️ Database\n\n- Written in **Oracle DB (via SQL Developer)**\n- Uses **Dockerized Oracle DB instance**\n- Includes:\n  - **DDL scripts** for table creation\n  - **DML scripts** for sample data insertion\n\n---\n\n## 🧪 Installation\n\n### ✅ Prerequisites\n\nEnsure the following are installed on your system:\n\n- [.NET SDK 9.0.200](https://dotnet.microsoft.com/)\n- [Docker Desktop 4.40.0](https://www.docker.com/)\n- [SQL Developer](https://www.oracle.com/tools/downloads/sqldev-downloads.html)\n- [Node.js + npm](https://nodejs.org/) (for frontend)\n\n---\n\n### 🔧 Setup Steps\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/waltermillan/Weather.git\n    ```\n\n2. Follow the video guides for full setup:\n    - [1st Version Setup](https://youtu.be/wiVSGGAFbRE)\n\n3. Complete the remaining setup steps as described in the project documentation.\n\n---\n\n## 📄 License\n\n**Free and open-source**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaltermillan%2Fweather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaltermillan%2Fweather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaltermillan%2Fweather/lists"}