{"id":25898099,"url":"https://github.com/waltermillan/workers","last_synced_at":"2026-04-08T16:02:32.819Z","repository":{"id":280204943,"uuid":"940874946","full_name":"waltermillan/Workers","owner":"waltermillan","description":"Worker management. Initial classic ABM.","archived":false,"fork":false,"pushed_at":"2025-04-21T12:40:08.000Z","size":1705,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T23:39:36.125Z","etag":null,"topics":["angular-cli","bootstrap","csharp","css","html5","netcore","onion-architecture","repository-pattern","sqlserver","typescript","unitofwork-pattern"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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-03-01T00:49:16.000Z","updated_at":"2025-04-21T12:40:11.000Z","dependencies_parsed_at":"2025-04-21T13:25:21.207Z","dependency_job_id":"e598e33f-5089-44d9-92e0-447b6770be68","html_url":"https://github.com/waltermillan/Workers","commit_stats":null,"previous_names":["waltermillan/workers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/waltermillan/Workers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FWorkers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FWorkers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FWorkers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FWorkers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waltermillan","download_url":"https://codeload.github.com/waltermillan/Workers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FWorkers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31562697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","bootstrap","csharp","css","html5","netcore","onion-architecture","repository-pattern","sqlserver","typescript","unitofwork-pattern"],"created_at":"2025-03-03T00:16:56.111Z","updated_at":"2026-04-08T16:02:32.814Z","avatar_url":"https://github.com/waltermillan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👷‍♂️ Workers App Project\n\nA simple worker management app (classic CRUD).\n\nThis project was created to practice full-stack application development, with a focus on clean architecture and the use of design patterns. The app includes two user roles: **Administrator** and **User**, and applies patterns such as Factory, Repository, DTO, and Unit of Work.\n\n---\n\n## 📅 Changelog\n\n- **2025-03-01**: Initial upload — Backend / Frontend / Database. Added login component.\n- **2025-03-02**: Frontend: UI/UX improvements, English translation, and visualization tweaks.\n- **2025-03-14**: Backend/Frontend/Database: Fixed plural table names, added `HashPassword` class, cleaned frontend code.\n- **2025-03-21**: Full app update: introduced EF Core, added `Category` entity, enhanced login module.\n\n---\n\n## 🎯 Objective\n\nTo gain hands-on experience with:\n\n- **.NET (C#)** and **SQL Server**\n- **Angular (TypeScript)**\n- **Design Patterns**\n- **Onion Architecture**\n\n---\n\n## 🚀 Features\n\n### 🔧 Backend\n\n- Based on **Onion Architecture**\n- Implements several **Design Patterns**:\n  - Repository Pattern\n  - Factory\n  - Unit of Work\n  - Base Entity\n  - Data Transfer Object (DTO)\n\n- **Key Libraries**:\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    - `Microsoft.EntityFrameworkCore` (SQL Server Express)\n    - `Microsoft.EntityFrameworkCore.Design`\n    - `Microsoft.EntityFrameworkCore.SqlServer`\n\n---\n\n### 💻 Frontend\n\n- Built with **Angular 18.2.12**\n- Uses Angular Material for modals and UI components:\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- Uses **SQL Server Express**\n- Managed with **SQL Server Management Studio (SSMS)**\n- Includes:\n  - **DDL scripts** for table creation\n  - **DML scripts** for sample data insertion\n\n---\n\n## 🧪 Installation\n\n### ✅ Prerequisites\n\nMake sure you have the following installed:\n\n- [.NET SDK 9.0.200](https://dotnet.microsoft.com/)\n- [SQL Server Management Studio (SSMS)](https://learn.microsoft.com/en-us/ssms/download-sql-server-management-studio-ssms)\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/Workers.git\n    ```\n\n2. Follow the video guides for full setup:\n    - [Version 1 Display Version](https://youtu.be/7VDJdXPcyiI)\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%2Fworkers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaltermillan%2Fworkers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaltermillan%2Fworkers/lists"}