https://github.com/zlovtnik/mue
https://github.com/zlovtnik/mue
ai aisuite cv mastermind
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zlovtnik/mue
- Owner: zlovtnik
- Created: 2024-11-10T22:22:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-15T12:29:07.000Z (about 1 year ago)
- Last Synced: 2025-05-15T13:36:33.688Z (about 1 year ago)
- Topics: ai, aisuite, cv, mastermind
- Language: Swift
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mue 🚀



A sleek, modern personal portfolio web application built with Swift and Vapor
## ✨ Features
- 🏠 **Dynamic Home Page** - Showcase your role and greetings
- 👤 **About Section** - Tell your story with customizable content
- 🛠️ **Skills Display** - Highlight your technical expertise
- 📂 **Projects Portfolio** - Showcase your work history and achievements
- 📬 **Contact Form** - Allow visitors to reach out to you
- 🌐 **API Endpoints** - RESTful API for taxes management
- 🐳 **Docker Support** - Easy deployment with Docker and docker-compose
## 🚀 Getting Started
### Prerequisites
- Swift 5.7 or higher
- macOS 12.0 or higher (for development)
### Installation
1. Clone the repository
```bash
git clone https://github.com/yourusername/mue.git
cd mue
```
2. Build and run the project
```bash
swift build
swift run
```
3. Access the application at `http://localhost:8080`
### Docker Deployment
```bash
docker-compose up -d
```
## 🏗️ Project Structure
```
mue/
├── Sources/
│ └── App/
│ ├── Controllers/ # API controllers
│ ├── Migrations/ # Database migrations
│ ├── Models/ # Data models
│ ├── configure.swift # App configuration
│ ├── cv.swift # CV data structures
│ ├── entrypoint.swift # App entry point
│ └── routes.swift # Route definitions
├── Resources/ # Static resources and templates
├── Public/ # Public assets
├── Tests/ # Test cases
├── Dockerfile # Docker configuration
└── docker-compose.yml # Docker Compose configuration
```
## 🛠️ Built With
- [Swift](https://swift.org/) - The programming language
- [Vapor](https://vapor.codes/) - Web framework for Swift
- [Fluent](https://docs.vapor.codes/fluent/overview/) - ORM for Swift
- [Leaf](https://docs.vapor.codes/leaf/overview/) - Templating language
## 📝 Customization
Edit the JSON files in the `Resources` directory to customize your portfolio content:
- `en.json` - English language content
## 📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
## 🙏 Acknowledgments
- The Swift community
- Vapor team for their excellent framework
- All open-source contributors
---
Built with ❤️ by a Swift enthusiast