{"id":26159871,"url":"https://github.com/waltermillan/rentacar","last_synced_at":"2026-04-07T23:31:29.529Z","repository":{"id":279527676,"uuid":"932794878","full_name":"waltermillan/RentACar","owner":"waltermillan","description":"Vehicle rental registration.","archived":false,"fork":false,"pushed_at":"2025-05-10T13:55:46.000Z","size":1271,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T10:55:59.170Z","etag":null,"topics":["angular","csharp","css","entity-framework","factory-pattern","html","netcore","patterns-design","repository-pattern","singleton-pattern","sqllite","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-14T14:35:39.000Z","updated_at":"2025-05-10T13:55:49.000Z","dependencies_parsed_at":"2025-12-24T23:02:56.372Z","dependency_job_id":null,"html_url":"https://github.com/waltermillan/RentACar","commit_stats":null,"previous_names":["waltermillan/rentacar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/waltermillan/RentACar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FRentACar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FRentACar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FRentACar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FRentACar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waltermillan","download_url":"https://codeload.github.com/waltermillan/RentACar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FRentACar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31533823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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","csharp","css","entity-framework","factory-pattern","html","netcore","patterns-design","repository-pattern","singleton-pattern","sqllite","typescript","unitofwork-pattern"],"created_at":"2025-03-11T11:36:54.897Z","updated_at":"2026-04-07T23:31:29.521Z","avatar_url":"https://github.com/waltermillan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚗 Rent A Car Project\n\nCar rental application — a classic CRUD system. This platform enables efficient, secure, and fast vehicle rental management. You can monitor all active rentals, add new vehicles to the fleet, and register customers with ease.\n\n---\n\n## 📅 Changelog\n\n- **14/02/2025**: Initial release — Backend, Frontend, and Database.\n- **26/02/2025**: \n  - **Backend**: API refactored to follow RESTful conventions, ensuring route correctness and pluralization.  \n  - **Frontend**: URL invocation fixes.\n- **05/04/2025**: \n  - **Backend**: Added `User` entity and login module. Also added `Users` and `Roles` tables, including full DDL scripts for all entities.\n  - **Frontend**: Implemented localStorage to persist user session data. Improved UI styling and cleaned up code. Added component testing using `ng test` (Karma/Jasmine) — several fixes were made thanks to this.\n  - Used **Angular Material** for message popups.  \n  - Added Entity-Relationship Diagram (ERD).\n\n---\n\n## 🎯 Objective\n\nTo practice building a full-stack application using .NET (C#), SQL, and Angular (TypeScript), incorporating design patterns and Onion Architecture. The system connects to a SQLite database via Entity Framework and uses Docker and DBeaver for environment setup and management.\n\n### Technologies:\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- Structured around **Onion Architecture**\n- Implements several **Design Patterns**:\n  - `BaseEntity`\n  - `UnitOfWork`\n  - `Repository`\n  - `DTO` (Data Transfer Object)\n- **Key Libraries**:\n  - **Encryption**:\n    - `System.Security.Cryptography` (AES-256)\n  - **Logging**:\n    - `Serilog`\n    - `Serilog.Extensions.Logging`\n    - `Serilog.Sinks.File`\n  - **ORM**:\n    - `Microsoft.EntityFrameworkCore.SqlServer`\n    - `Microsoft.EntityFrameworkCore.Tools`\n\n---\n\n### 💻 Frontend\n\n- Built with **Angular 18.2.14**\n- Features:\n  - Reactive Forms\n  - `AuthService` and HTTP Interceptors\n  - Custom Pipes and Shared Modules\n  - Angular Material for UI components and popups\n  - Unit testing with Karma and Jasmine (`ng test`)\n\n---\n\n### 🗄️ Database\n\n- Uses **MariaDB**, deployed via **Docker Desktop**\n- Includes:\n  - Entity-Relationship Diagram (ERD)\n  - Sample data insertion scripts (`.sql`)\n  - **DDL scripts** (for schema creation)\n  - **DML scripts** (for sample data insertion)\n\n---\n\n## 🧪 Installation\n\n### ✅ Prerequisites\n\nMake sure the following tools are installed on your machine:\n\n- [.NET SDK 9.0.200](https://dotnet.microsoft.com/)\n- [Docker Desktop 4.40.0+](https://www.docker.com/)\n- [Node.js + npm](https://nodejs.org/) (for the frontend)\n- [Postman 11.44.3](https://www.postman.com/downloads/)\n\n---\n\n### 🔧 Setup Steps\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/waltermillan/RentACar.git\n    ```\n\n2. Follow the setup video guide (coming soon):\n    - [Version 1 - Display Version](#)\n\n3. Complete the remaining setup steps as described in the project documentation.\n\n---\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaltermillan%2Frentacar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaltermillan%2Frentacar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaltermillan%2Frentacar/lists"}