{"id":48777884,"url":"https://github.com/zlovtnik/mue","last_synced_at":"2026-04-13T13:08:21.879Z","repository":{"id":273443228,"uuid":"886400785","full_name":"zlovtnik/mue","owner":"zlovtnik","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-15T12:29:07.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T13:36:33.688Z","etag":null,"topics":["ai","aisuite","cv","mastermind"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/zlovtnik.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":"2024-11-10T22:22:59.000Z","updated_at":"2025-05-15T12:29:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"4062910b-7bb3-4206-b408-e2a648b734a5","html_url":"https://github.com/zlovtnik/mue","commit_stats":null,"previous_names":["zlovtnik/mue"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zlovtnik/mue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlovtnik%2Fmue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlovtnik%2Fmue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlovtnik%2Fmue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlovtnik%2Fmue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zlovtnik","download_url":"https://codeload.github.com/zlovtnik/mue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlovtnik%2Fmue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["ai","aisuite","cv","mastermind"],"created_at":"2026-04-13T13:08:21.337Z","updated_at":"2026-04-13T13:08:21.862Z","avatar_url":"https://github.com/zlovtnik.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mue 🚀\n\n\u003cdiv align=\"center\"\u003e\n  \n  ![Swift](https://img.shields.io/badge/Swift-5.7-orange?style=for-the-badge\u0026logo=swift)\n  ![Vapor](https://img.shields.io/badge/Vapor-4.x-blue?style=for-the-badge)\n  ![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)\n  \n  \u003ch3\u003eA sleek, modern personal portfolio web application built with Swift and Vapor\u003c/h3\u003e\n\u003c/div\u003e\n\n## ✨ Features\n\n- 🏠 **Dynamic Home Page** - Showcase your role and greetings\n- 👤 **About Section** - Tell your story with customizable content\n- 🛠️ **Skills Display** - Highlight your technical expertise\n- 📂 **Projects Portfolio** - Showcase your work history and achievements\n- 📬 **Contact Form** - Allow visitors to reach out to you\n- 🌐 **API Endpoints** - RESTful API for taxes management\n- 🐳 **Docker Support** - Easy deployment with Docker and docker-compose\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Swift 5.7 or higher\n- macOS 12.0 or higher (for development)\n\n### Installation\n\n1. Clone the repository\n   ```bash\n   git clone https://github.com/yourusername/mue.git\n   cd mue\n   ```\n\n2. Build and run the project\n   ```bash\n   swift build\n   swift run\n   ```\n\n3. Access the application at `http://localhost:8080`\n\n### Docker Deployment\n\n```bash\ndocker-compose up -d\n```\n\n## 🏗️ Project Structure\n\n```\nmue/\n├── Sources/\n│   └── App/\n│       ├── Controllers/   # API controllers\n│       ├── Migrations/    # Database migrations\n│       ├── Models/        # Data models\n│       ├── configure.swift # App configuration\n│       ├── cv.swift       # CV data structures\n│       ├── entrypoint.swift # App entry point\n│       └── routes.swift   # Route definitions\n├── Resources/             # Static resources and templates\n├── Public/                # Public assets\n├── Tests/                 # Test cases\n├── Dockerfile             # Docker configuration\n└── docker-compose.yml     # Docker Compose configuration\n```\n\n## 🛠️ Built With\n\n- [Swift](https://swift.org/) - The programming language\n- [Vapor](https://vapor.codes/) - Web framework for Swift\n- [Fluent](https://docs.vapor.codes/fluent/overview/) - ORM for Swift\n- [Leaf](https://docs.vapor.codes/leaf/overview/) - Templating language\n\n## 📝 Customization\n\nEdit the JSON files in the `Resources` directory to customize your portfolio content:\n\n- `en.json` - English language content\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 🙏 Acknowledgments\n\n- The Swift community\n- Vapor team for their excellent framework\n- All open-source contributors\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eBuilt with ❤️ by a Swift enthusiast\u003c/sub\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzlovtnik%2Fmue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzlovtnik%2Fmue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzlovtnik%2Fmue/lists"}