{"id":20172372,"url":"https://github.com/lh1207/aeroassist","last_synced_at":"2026-02-09T13:03:15.731Z","repository":{"id":223372251,"uuid":"748418439","full_name":"lh1207/AeroAssist","owner":"lh1207","description":"AeroAssist is a versatile ticketing system designed for efficient ticket management. Easily create, view, update, and delete tickets. Streamline your ticketing processes effortlessly.","archived":false,"fork":false,"pushed_at":"2026-01-26T23:16:18.000Z","size":1393,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-27T10:26:24.997Z","etag":null,"topics":["api","asp-net","asp-net-core","bootstrap","c-sharp","crud","dotnet","enterprise","entity-framework-core","openapi","swagger-openapi","ticketing-system","web-development"],"latest_commit_sha":null,"homepage":"https://lh1207.github.io/AeroAssist","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/lh1207.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}},"created_at":"2024-01-25T23:24:33.000Z","updated_at":"2026-01-26T23:16:23.000Z","dependencies_parsed_at":"2024-02-24T22:25:06.263Z","dependency_job_id":"96b030fd-592a-47e0-9f63-656a5b7eca5c","html_url":"https://github.com/lh1207/AeroAssist","commit_stats":null,"previous_names":["lh1207/aeroassist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lh1207/AeroAssist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh1207%2FAeroAssist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh1207%2FAeroAssist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh1207%2FAeroAssist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh1207%2FAeroAssist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lh1207","download_url":"https://codeload.github.com/lh1207/AeroAssist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh1207%2FAeroAssist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29266113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T12:53:16.161Z","status":"ssl_error","status_checked_at":"2026-02-09T12:52:30.244Z","response_time":56,"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":["api","asp-net","asp-net-core","bootstrap","c-sharp","crud","dotnet","enterprise","entity-framework-core","openapi","swagger-openapi","ticketing-system","web-development"],"created_at":"2024-11-14T01:29:48.541Z","updated_at":"2026-02-09T13:03:15.726Z","avatar_url":"https://github.com/lh1207.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AeroAssist Ticketing System\n\nAeroAssist is a versatile ticketing system designed for efficient ticket management.\n- Easily create, view, update, and delete tickets\n- Comprehensive API documentation\n- Streamline ticket management and organization\n\n## Table of Contents\n\n- [Screenshots](#screenshots)\n- [Quick Start with Docker](#quick-start-with-docker)\n- [Manual Setup](#manual-setup)\n- [Configuration](#configuration)\n- [API Documentation](#api-documentation)\n\n## Screenshots\n![features](https://github.com/user-attachments/assets/34687b06-eefe-477c-8b60-4b3dc3abcbb7)\n![app](https://github.com/user-attachments/assets/6328701c-554f-4f8b-91c8-d0bb97053bc4)\n\n## Quick Start with Docker\n\nThe fastest way to run AeroAssist is with Docker. This works on Linux, Windows (Docker Desktop), and macOS.\n\n### Prerequisites\n\n- [Docker](https://docs.docker.com/get-docker/) and Docker Compose installed\n\n### Run with Docker Compose\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/lh1207/AeroAssist.git\n   cd AeroAssist\n   ```\n\n2. Start the application:\n   ```bash\n   docker compose up -d\n   ```\n\n3. Access the application at http://localhost:8080\n\n4. View API documentation at http://localhost:8080/swagger\n\n### Run with Docker only\n\nIf you have an external SQL Server:\n\n1. Build the image:\n   ```bash\n   docker build -t aeroassist .\n   ```\n\n2. Run the container:\n   ```bash\n   docker run -p 8080:8080 \\\n     -e \"ConnectionStrings__DefaultConnection=Server=your-server;Database=AeroAssist;User Id=sa;Password=YourPassword;TrustServerCertificate=True\" \\\n     -e \"Database__AutoMigrate=true\" \\\n     aeroassist\n   ```\n\n### Stop the Application\n\n```bash\ndocker compose down\n```\n\nTo also remove the database volume:\n```bash\ndocker compose down -v\n```\n\n## Manual Setup\n\n![getting-started](https://github.com/user-attachments/assets/36c1c12c-637e-46fa-bb9d-9c49a1eabee4)\n\nFor local development without Docker:\n\n1. Clone the repository\n2. Open the solution in Visual Studio or JetBrains Rider\n3. Restore NuGet packages\n4. Build the solution\n5. Create a database called `AeroAssist` in SQL Server\n6. Install Entity Framework Core tools:\n   ```powershell\n   dotnet tool install --global dotnet-ef\n   ```\n7. Apply migrations:\n   ```powershell\n   dotnet ef database update\n   ```\n8. Configure the connection string in `appsettings.json`\n9. Run the application\n\n## Configuration\n\n### Environment Variables\n\n| Variable | Description | Default |\n|----------|-------------|---------|\n| `ConnectionStrings__DefaultConnection` | SQL Server connection string | LocalDB |\n| `Database__AutoMigrate` | Apply migrations on startup | `false` |\n| `Swagger__Enabled` | Enable Swagger in production | `false` |\n| `ReverseProxy__Enabled` | Disable HTTPS redirect (use behind proxy) | `false` |\n| `HttpClient__BaseAddress` | Internal API base URL | `https://localhost:7223/` |\n| `Authentication__Microsoft__ClientId` | Microsoft OAuth Client ID | (optional) |\n| `Authentication__Microsoft__ClientSecret` | Microsoft OAuth Client Secret | (optional) |\n\n### Docker Compose Environment\n\nCreate a `.env` file based on `.env.example`:\n```bash\ncp .env.example .env\n```\n\nEdit `.env` to set your SQL Server password:\n```\nSA_PASSWORD=YourSecurePassword123!\n```\n\n## API Documentation\n\n![api](https://github.com/user-attachments/assets/1eeb8358-821b-444f-90d2-38b3c85e3146)\n\nOpenAPI documentation is available at `/swagger`. Use it to explore and test the API endpoints.\n\n## Tech Stack\n\n- ASP.NET Core 8.0\n- Entity Framework Core 8.0\n- SQL Server\n- Bootstrap 5\n- Chart.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flh1207%2Faeroassist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flh1207%2Faeroassist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flh1207%2Faeroassist/lists"}