{"id":26159864,"url":"https://github.com/waltermillan/lockers","last_synced_at":"2026-04-04T22:33:30.696Z","repository":{"id":281397662,"uuid":"941291870","full_name":"waltermillan/Lockers","owner":"waltermillan","description":"is a basic application for locker rental management. You can create lockers, customers and daily rentals.","archived":false,"fork":false,"pushed_at":"2025-04-24T23:34:25.000Z","size":6759,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T22:03:47.141Z","etag":null,"topics":["angular","csharp","dependecy-injection","design-patterns","docker","dto-pattern","entity-framework","facade-pattern","mvc","mysql","netcore","repository-pattern","typescript","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-03-01T23:53:33.000Z","updated_at":"2025-04-24T23:34:28.000Z","dependencies_parsed_at":"2025-04-25T00:30:14.176Z","dependency_job_id":null,"html_url":"https://github.com/waltermillan/Lockers","commit_stats":null,"previous_names":["waltermillan/lockers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/waltermillan/Lockers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FLockers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FLockers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FLockers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FLockers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waltermillan","download_url":"https://codeload.github.com/waltermillan/Lockers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FLockers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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","csharp","dependecy-injection","design-patterns","docker","dto-pattern","entity-framework","facade-pattern","mvc","mysql","netcore","repository-pattern","typescript","unitofwork-pattern"],"created_at":"2025-03-11T11:36:35.963Z","updated_at":"2026-04-04T22:33:30.676Z","avatar_url":"https://github.com/waltermillan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔐 Easy Lockers Management Project\n\nA basic application for locker rental management (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 implements patterns such as: **Facade/Factory**, **Repository**, **DTO**, **Base Entity**, and **Unit of Work**.\n\n---\n\n## 📅 Changelog\n\n- **2025-03-08**: Backend/Frontend/Database — Initial code upload, database structure, entity-relationship diagram, entities, interfaces, models, and services.\n- **2025-03-23**: Added unit tests using **Moq** and **xUnit** packages. Backend/Frontend: Minor bug fixes.\n- **2025-04-25**: Version improved by adding popups and HTML table PDF export. Implemented the **Facade/Factory** design pattern on the frontend using the **MatDialog** library.\n\n---\n\n## 🎯 Objective\n\nTo gain hands-on experience with:\n\n- **.NET (C#)** and **MySQL**\n- **Angular (TypeScript)**\n- **Design Patterns**\n- **Onion Architecture**\n- **Entity Framework / Docker**\n\n---\n\n## 🚀 Features\n\n### 🔧 Backend\n\n- Based on **Onion Architecture**\n- Implements multiple **design patterns**:\n  - Repository Pattern\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`\n    - `Pomelo.EntityFrameworkCore.MySql` (for MySQL)\n\n---\n\n### 💻 Frontend\n\n- Built with **Angular 18.2.14**\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- Uses **jspdf** and **html2canvas** to export HTML tables to PDF\n- Modular project structure\n\n---\n\n### 🗄️ Database\n\n- Uses **MySQL**\n- Managed via **Docker Desktop** and **DBeaver**\n- Includes:\n  - **DDL scripts** for table creation\n  - **DML scripts** for sample data\n  - **Entity Relationship Diagram**\n\n---\n\n## 🧪 Installation\n\n### ✅ Prerequisites\n\nMake sure the following tools are installed:\n\n- [.NET SDK 9.0.200](https://dotnet.microsoft.com/)\n- [Docker Desktop 4.40.0](https://www.docker.com/products/docker-desktop/)\n- [DBeaver Community 25.0.3](https://dbeaver.io/download/)\n- [Node.js \u0026 npm](https://nodejs.org/) (for the frontend)\n\n---\n\n### 🛠️ Setup Instructions\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/waltermillan/Lockers.git\n    ```\n\n2. Follow the video guides for full setup:\n    - [Version 1 Overview](https://youtu.be/y3lp6_5Npe0)\n    - [Version 2 Overview](https://youtu.be/79U6jyvQDDM)\n\n3. Complete the remaining steps as detailed 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%2Flockers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaltermillan%2Flockers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaltermillan%2Flockers/lists"}