{"id":17366730,"url":"https://github.com/rijoksd/event-mangement","last_synced_at":"2026-04-10T07:19:01.177Z","repository":{"id":256575236,"uuid":"855786074","full_name":"RijoKsd/Event-Mangement","owner":"RijoKsd","description":"A full-stack event management platform with user authentication, event creation, and admin features using React, Express,  Node.js, and MongoDB.","archived":false,"fork":false,"pushed_at":"2024-09-12T04:29:01.000Z","size":3674,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T18:16:39.566Z","etag":null,"topics":["cloudinary","daisyui","event-management","events","express","javascript","mern-stack","mongodb","nodejs","project","react","realtime","ui"],"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/RijoKsd.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-09-11T13:13:26.000Z","updated_at":"2024-09-12T04:34:37.000Z","dependencies_parsed_at":"2024-09-11T21:22:17.644Z","dependency_job_id":"b696d545-ba5e-4fbd-921e-65174f9446e0","html_url":"https://github.com/RijoKsd/Event-Mangement","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"049d1e146dfb92905b1f02a6c3b893f79bd12eaf"},"previous_names":["rijoksd/event-mangement"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RijoKsd%2FEvent-Mangement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RijoKsd%2FEvent-Mangement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RijoKsd%2FEvent-Mangement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RijoKsd%2FEvent-Mangement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RijoKsd","download_url":"https://codeload.github.com/RijoKsd/Event-Mangement/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245898335,"owners_count":20690466,"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","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":["cloudinary","daisyui","event-management","events","express","javascript","mern-stack","mongodb","nodejs","project","react","realtime","ui"],"created_at":"2024-10-15T22:04:33.545Z","updated_at":"2026-04-10T07:19:01.107Z","avatar_url":"https://github.com/RijoKsd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EventSphere\n\n[![GitHub repo](https://img.shields.io/badge/github-RijoKsd/Event--Management-blue?style=flat-square\u0026logo=github)](https://github.com/RijoKsd/Event-Mangement)\n\nEventSphere is a comprehensive event management platform built with modern web technologies. It allows users to create, delete, and view events, while providing administrators with user management capabilities.\n\n![EventSphere Dashboard](https://github.com/RijoKsd/Event-Mangement/blob/main/images/home.png)\n\n## Features\n\n- User authentication and authorization\n- Event creation, deletion, and viewing\n- Image upload for events using Cloudinary\n- Admin dashboard with user management\n- Responsive design for various screen sizes\n\n## Technologies Used\n\n- Frontend:\n  - React\n  - Tailwind CSS\n  - Daisy UI\n  - React Hook Form for validation\n- Backend:\n  - Node.js\n  - Express.js\n- Database:\n  - MongoDB (or your chosen database)\n- Image Upload:\n  - Cloudinary\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/RijoKsd/Event-Mangement.git\n   cd Event-Mangement\n   ```\n\n2. Install dependencies for both frontend and backend:\n   ```bash\n   # Install backend dependencies\n   npm install\n\n   # Install frontend dependencies\n   cd client\n   npm install\n   ```\n\n3. Set up environment variables:\n   Create a `.env` file in the root directory and add the following:\n   ```\n   PORT=5000\n   MONGODB_URI=your_mongodb_connection_string\n   JWT_SECRET=your_jwt_secret\n   CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name\n   CLOUDINARY_API_KEY=your_cloudinary_api_key\n   CLOUDINARY_API_SECRET=your_cloudinary_api_secret\n   ```\n\n4. Start the development server:\n   ```bash\n   # Start backend server\n   npm run server\n\n   # In a new terminal, start frontend\n   cd client\n   npm run dev\n   ```\n\n5. Open your browser and navigate to `http://localhost:3000`\n\n## Usage\n\n### User Features\n\n1. **Sign Up / Log In**: Create a new account or log in to an existing one.\n   ![User Authentication](https://github.com/RijoKsd/Event-Mangement/blob/main/images/login.png)\n\n2. **Create Event**: Fill in event details and upload an image.\n   ![Create Event](https://github.com/RijoKsd/Event-Mangement/blob/main/images/create-event.png)\n\n3. **All Events**: Browse through your events and events created by others.\n   ![Event List](https://github.com/RijoKsd/Event-Mangement/blob/main/images/events.png)\n\n4. **My Event**:  Logged user Events.\n   ![My Event](https://github.com/RijoKsd/Event-Mangement/blob/main/images/my-events.png)\n\n### Admin Features\n\n1. **User Management**: View all users, suspend, remove, or activate user accounts.\n   ![Admin Dashboard](https://github.com/RijoKsd/Event-Mangement/blob/main/images/user-management.png)\n\n2. **Analytics**: View graphs and statistics about events and users.\n   ![Admin Analytics](https://github.com/RijoKsd/Event-Mangement/blob/main/images/dashboard.png)\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n\n\n## Contact\n\nRijo Sebastian - [GitHub](https://github.com/RijoKsd)\n\nProject Link: [https://github.com/RijoKsd/Event-Mangement](https://github.com/RijoKsd/Event-Mangement)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frijoksd%2Fevent-mangement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frijoksd%2Fevent-mangement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frijoksd%2Fevent-mangement/lists"}