{"id":31692499,"url":"https://github.com/stevetm-git/evexio-platform","last_synced_at":"2026-04-09T19:52:34.830Z","repository":{"id":318018410,"uuid":"1067939617","full_name":"SteveTM-git/evexio-platform","owner":"SteveTM-git","description":"Full-stack event management platform with microservices architecture, Docker, Kubernetes, Terraform, and CI/CD automation","archived":false,"fork":false,"pushed_at":"2025-10-05T10:07:17.000Z","size":223,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T12:06:13.175Z","etag":null,"topics":["aws","cicd","containerization","devops","docker","event-management","express","github-actions","infrastructure-as-code","kubernetes","microservices","mongodb","nodejs","react","terraform"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/SteveTM-git.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-10-01T15:57:11.000Z","updated_at":"2025-10-05T10:07:21.000Z","dependencies_parsed_at":"2025-10-05T12:06:15.636Z","dependency_job_id":null,"html_url":"https://github.com/SteveTM-git/evexio-platform","commit_stats":null,"previous_names":["stevetm-git/smart-event-platform","stevetm-git/evexio-platform"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/SteveTM-git/evexio-platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveTM-git%2Fevexio-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveTM-git%2Fevexio-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveTM-git%2Fevexio-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveTM-git%2Fevexio-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SteveTM-git","download_url":"https://codeload.github.com/SteveTM-git/evexio-platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveTM-git%2Fevexio-platform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278963832,"owners_count":26076542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aws","cicd","containerization","devops","docker","event-management","express","github-actions","infrastructure-as-code","kubernetes","microservices","mongodb","nodejs","react","terraform"],"created_at":"2025-10-08T14:53:32.209Z","updated_at":"2025-12-30T19:20:09.090Z","avatar_url":"https://github.com/SteveTM-git.png","language":"JavaScript","readme":"# Evexio: A Cloud-Native Event Management Platform with Enterprise DevOps\n\nA full-stack event management system built with microservices architecture, demonstrating modern DevOps practices including containerization, orchestration, infrastructure as code, and CI/CD automation.\n\n![Build Status](https://img.shields.io/badge/Build-Passing-brightgreen?style=for-the-badge)\n![Azure](https://img.shields.io/badge/Azure-Deployed-0078D4?style=for-the-badge\u0026logo=microsoftazure)\n![Docker](https://img.shields.io/badge/Docker-Containerized-2496ED?style=for-the-badge\u0026logo=docker)\n![Kubernetes](https://img.shields.io/badge/Kubernetes-Orchestrated-326CE5?style=for-the-badge\u0026logo=kubernetes)\n![Terraform](https://img.shields.io/badge/Terraform-IaC-7B42BC?style=for-the-badge\u0026logo=terraform)\n![Node.js](https://img.shields.io/badge/Node.js-18+-339933?style=for-the-badge\u0026logo=node.js)\n![React](https://img.shields.io/badge/React-18-61DAFB?style=for-the-badge\u0026logo=react)\n![MongoDB](https://img.shields.io/badge/MongoDB-7-47A248?style=for-the-badge\u0026logo=mongodb)\n![CI/CD](https://img.shields.io/badge/CI/CD-GitHub%20Actions-2088FF?style=for-the-badge\u0026logo=githubactions)\n\n## Author\n\n**Steve Thomas Mulamoottil**\n- GitHub: [@SteveTM-git](https://github.com/SteveTM-git)\n\n##  Features\n\n### User Features\n- User registration and authentication with JWT\n- Browse events with search and category filters\n- Book tickets with payment simulation\n- View booking history\n- Cancel bookings with automatic refunds\n\n### Admin Features\n- Create and manage events\n- View booking analytics per event\n- Real-time seat availability management\n- Event categorization and organization\n\n##  Architecture\n\n### Microservices\n- **Auth Service** (Port 4001) - User authentication and authorization\n- **Event Service** (Port 4002) - Event CRUD operations\n- **Booking Service** (Port 4003) - Ticket booking and management\n- **MongoDB** - Persistent data storage\n\n### Tech Stack\n- **Backend**: Node.js, Express.js, Mongoose\n- **Frontend**: React, React Router, Axios\n- **Database**: MongoDB\n- **Containerization**: Docker, Docker Compose\n- **Orchestration**: Kubernetes (Minikube, EKS)\n- **IaC**: Terraform\n- **CI/CD**: GitHub Actions\n- **Cloud**: AWS (VPC, EKS, EC2)\n\n## 📸 Screenshots\n\u003cimg width=\"890\" height=\"512\" alt=\"image\" src=\"https://github.com/user-attachments/assets/def32206-4e98-4623-b24b-1ad7517c3594\" /\u003e\n\u003cimg width=\"880\" height=\"496\" alt=\"image\" src=\"https://github.com/user-attachments/assets/cf407bbf-72c6-4a8e-a500-526d8c363ed1\" /\u003e\n\u003cimg width=\"881\" height=\"481\" alt=\"image\" src=\"https://github.com/user-attachments/assets/6edca69c-c41f-4154-bb74-7827316c6fbe\" /\u003e\n\u003cimg width=\"871\" height=\"496\" alt=\"image\" src=\"https://github.com/user-attachments/assets/5904e646-a5ea-4da8-9d31-175727738170\" /\u003e\n\u003cimg width=\"885\" height=\"492\" alt=\"image\" src=\"https://github.com/user-attachments/assets/d56ac54d-e6bf-4f24-85e5-1dc8b958c061\" /\u003e\n\n\n\n\n\n\n\n##  Project Structure\nsmart-event-platform/\n├── services/\n│   ├── auth-service/\n│   ├── event-service/\n│   └── booking-service/\n├── frontend/\n├── infrastructure/\n│   ├── kubernetes/\n│   └── terraform/\n├── .github/\n│   └── workflows/\n└── docker-compose.yml\n##  Getting Started\n\n### Prerequisites\n- Node.js 18+\n- Docker Desktop\n- kubectl\n- Minikube (for local K8s)\n- Terraform\n\n### Local Development\n\n1. **Clone the repository**\n```bash\ngit clone https://github.com/SteveTM-git/smart-event-platform.git\ncd smart-event-platform# DevOps Project - Azure Deployment\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevetm-git%2Fevexio-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevetm-git%2Fevexio-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevetm-git%2Fevexio-platform/lists"}