{"id":31136972,"url":"https://github.com/rafiqmia65/eventora","last_synced_at":"2026-04-07T22:31:36.907Z","repository":{"id":314891979,"uuid":"1055013869","full_name":"rafiqmia65/eventora","owner":"rafiqmia65","description":"Eventora is a modern web-based event management platform that allows users to create, manage, and book events seamlessly.","archived":false,"fork":false,"pushed_at":"2025-09-15T11:55:15.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T13:27:47.127Z","etag":null,"topics":["axios","framer-motion","lucide-icons","mo","mongoose","nextauth","nextsjs","reactjs","shadcn","sonner","tailwindcss"],"latest_commit_sha":null,"homepage":"https://eventora-lemon.vercel.app","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/rafiqmia65.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-09-11T16:35:30.000Z","updated_at":"2025-09-15T12:11:31.000Z","dependencies_parsed_at":"2025-09-15T13:27:52.516Z","dependency_job_id":"481a74a9-f401-482a-ab5f-9e914c8129ee","html_url":"https://github.com/rafiqmia65/eventora","commit_stats":null,"previous_names":["rafiqmia65/eventora"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rafiqmia65/eventora","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafiqmia65%2Feventora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafiqmia65%2Feventora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafiqmia65%2Feventora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafiqmia65%2Feventora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafiqmia65","download_url":"https://codeload.github.com/rafiqmia65/eventora/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafiqmia65%2Feventora/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532197,"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":["axios","framer-motion","lucide-icons","mo","mongoose","nextauth","nextsjs","reactjs","shadcn","sonner","tailwindcss"],"created_at":"2025-09-18T08:04:28.237Z","updated_at":"2026-04-07T22:31:36.866Z","avatar_url":"https://github.com/rafiqmia65.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eventora - Event Management Platform\n\nEventora is a modern web-based event management platform that allows users to create, manage, and book events seamlessly. The platform provides role-based access for Admins, and Users to ensure smooth event operations.\n\n## Table of Contents\n\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Installation](#installation)\n- [Environment Variables](#environment-variables)\n- [Usage](#usage)\n- [Project Structure](#project-structure)\n- [Scripts](#scripts)\n- [API Routes](#api-routes)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- Role-based authentication (Admin, Organizer, User)\n- Event creation, update, and deletion\n- Event booking system with ticket management\n- Search and filter events by category, date, and location\n- Responsive design for all devices\n- Dark/light theme support\n- Real-time notifications for bookings and updates\n- Dashboard for event management and analytics\n- User profile management\n\n## Tech Stack\n\n- **Frontend**: Next.js 15, React 19, Tailwind CSS 4, shadCN\n- **Backend**: Next.js API Routes, Server Actions\n- **Database**: MongoDB with Mongoose ODM\n- **Authentication**: NextAuth.js 5\n- **Form Handling**: React Hook Form\n- **UI Components**: Radix UI, Lucide React icons\n- **Notifications**: Sonner toast notifications\n- **Rich Text Editor**: React Quill\n- **Animation**: Framer Motion\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/rafiqmia/eventora.git\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n# or\npnpm install\n```\n\n3. Set up environment variables (see below)\n\n4. Run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Environment Variables\n\nCreate a `.env` file in the root directory:\n\n```env\n# Database\nMONGODB_URI=your_mongodb_connection_string\n\n# NextAuth.js\nNEXTAUTH_URL=http://localhost:3000\nNEXTAUTH_SECRET=your_nextauth_secret_here\n\n# Optional: For production\nNEXTAUTH_URL_INTERNAL=http://localhost:3000\n\n```\n\n## Usage\n\n### Roles and Permissions\n\n- **Admins**: Full access to manage users, view statistics, Create and manage their own events, view bookings\n- **Users**: Browse events, book tickets, manage their bookings\n\n### Getting Started\n\n1. **Sign Up**: Create a new account or sign in with existing credentials\n2. **Browse Events**: Explore available events on the events page\n3. **Book Events**: Select events and book tickets\n4. **Manage Events** (Admins): Create and manage events through the dashboard\n5. **Manage Users** (Admins): Oversee user accounts and permissions\n\n## Project Structure\n\n```\neventora/\n├── app/                    # Next.js App Router directory\n│   ├── (dashboard)/       # Dashboard route group (protected routes)\n│   │   ├── addEvent/      # Add event page\n│   │   ├── allEvents/     # All events management page\n│   │   ├── dashboard/     # Main dashboard page\n│   │   ├── myBookingEvent/ # User booking events page\n│   │   ├── users/         # Users management page\n│   │   └── layout.js      # Dashboard layout component\n│   ├── (public)/          # Public route group\n│   │   ├── about/         # About page\n│   │   ├── contact/       # Contact page\n│   │   ├── events/        # Events listing page\n│   │   ├── login/         # Login page\n│   │   ├── signUp/        # Sign up page\n│   │   └── layout.js      # Public layout component\n│   ├── api/               # API routes\n│   │   ├── auth/          # Authentication API endpoints\n│   │   ├── bookings/      # Bookings API endpoints\n│   │   ├── events/        # Events API endpoints\n│   │   └── health/        # Health check API\n│   ├── actions/           # Server actions\n│   ├── globals.css        # Global CSS styles\n│   ├── layout.js          # Root layout component\n│   ├── loading.jsx        # Loading component\n│   └── favicon.ico        # Website favicon\n├── components/            # Reusable React components\n│   ├── auth/              # Authentication components\n│   ├── dashboard/         # Dashboard components\n│   │   ├── addEvent/      # Add event form components\n│   │   ├── allEvents/     # Events management components\n│   │   ├── mybookingEvents/ # Booking management components\n│   │   ├── users/         # User management components\n│   │   ├── DashboardWrapper.jsx # Dashboard wrapper component\n│   │   ├── MainContent.jsx # Main content area component\n│   │   └── Sidebar.jsx    # Dashboard sidebar component\n│   ├── events/            # Events-related components\n│   ├── ui/                # UI components\n│   │   ├── Footer.jsx     # Footer component\n│   │   ├── ModeToggle.jsx # Theme toggle component\n│   │   ├── Navbar.jsx     # Navigation bar component\n│   │   └── theme-provider.jsx # Theme provider component\n│   └── Home/              # Home page components\n├── lib/                   # Utility libraries and configurations\n│   ├── models/            # MongoDB/Mongoose models\n│   │   ├── booking-model.js # Booking model schema\n│   │   ├── events-model.js # Event model schema\n│   │   └── user-model.js  # User model schema\n├── public/                # Static assets\n├── not-found.jsx          # 404 error page\n└── package.json           # Project dependencies and scripts\n```\n\n## Scripts\n\n- `npm run dev` - Start the development server with Turbopack\n- `npm run build` - Build the application for production\n- `npm run start` - Start the production server\n- `npm run lint` - Run ESLint for code linting\n\n## API Routes\n\n### Authentication\n\n- `POST /api/auth/register` - User sign in,registration,sign out, Get current session\n\n### Events\n\n- `GET /api/events` - Get all events (with optional filters)\n- `POST /api/events` - Create a new event\n- `GET /api/events/[id]` - Get a specific event\n- `PUT /api/events/[id]` - Update an event\n- `DELETE /api/events/[id]` - Delete an event\n\n### Bookings\n\n- `GET /api/bookings` - Get user bookings\n- `POST /api/bookings` - Create a new booking\n- `GET /api/bookings/[id]` - Get a specific booking\n- `DELETE /api/bookings/[id]` - Cancel a booking\n\n### Health\n\n- `GET /api/health` - Health check endpoint\n\n## Contributing\n\nWe welcome contributions to Eventora! Please follow these steps:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\nPlease ensure your code follows the existing style and includes appropriate tests.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Support\n\nIf you have any questions or issues, please open an issue on GitHub or contact our support team at support@eventora.com.\n\n---\n\n**Made with ❤️ by the Eventora Team**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafiqmia65%2Feventora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafiqmia65%2Feventora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafiqmia65%2Feventora/lists"}