{"id":13850575,"url":"https://github.com/iyanuashiri/meethub","last_synced_at":"2025-04-08T09:08:00.466Z","repository":{"id":49864243,"uuid":"131053887","full_name":"iyanuashiri/meethub","owner":"iyanuashiri","description":"This is a Python/Django based event management system. A meetup clone.","archived":false,"fork":false,"pushed_at":"2024-11-05T12:08:00.000Z","size":7716,"stargazers_count":446,"open_issues_count":5,"forks_count":49,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-04-01T07:51:16.395Z","etag":null,"topics":["django","django-application","django-rest-framework","event-management","python3"],"latest_commit_sha":null,"homepage":"https://themeethub.herokuapp.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iyanuashiri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-04-25T19:27:26.000Z","updated_at":"2025-03-29T19:11:36.000Z","dependencies_parsed_at":"2024-12-21T17:15:25.841Z","dependency_job_id":null,"html_url":"https://github.com/iyanuashiri/meethub","commit_stats":{"total_commits":126,"total_committers":4,"mean_commits":31.5,"dds":0.06349206349206349,"last_synced_commit":"3517ec7b4e03ca1fe50e7053fd46349f0b31740c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyanuashiri%2Fmeethub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyanuashiri%2Fmeethub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyanuashiri%2Fmeethub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyanuashiri%2Fmeethub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iyanuashiri","download_url":"https://codeload.github.com/iyanuashiri/meethub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809962,"owners_count":20999816,"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":["django","django-application","django-rest-framework","event-management","python3"],"created_at":"2024-08-04T20:01:19.129Z","updated_at":"2025-04-08T09:08:00.442Z","avatar_url":"https://github.com/iyanuashiri.png","language":"JavaScript","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# MeetHub\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b0d1d86ada1848968faf19b9904f1382)](https://app.codacy.com/app/iyanuashiri/meethub?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=iyanuashiri/meethub\u0026utm_campaign=badger)\n\nMeetHub is an open source event management system built with Python and Django web framework. It helps users create, discover, and manage events easily.\n\n## Features\n* 📅 Event Creation and Management\n* 🔔 Real-time Notifications System\n* 💬 Event Comments and Discussions\n* 👥 User Profiles\n* 🔍 Event Discovery\n* 📱 Responsive Design\n\n## Screenshots\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view screenshots\u003c/summary\u003e\n\n### Explore Page\n![explore page](https://res.cloudinary.com/iyanuashiri/image/upload/v1526323111/Screenshot-2018-5-14_Find_Your_Events_6.png)\n\n### Event Creation\n![create event](https://res.cloudinary.com/iyanuashiri/image/upload/v1526323111/Screenshot-2018-5-14_Find_Your_Events_5.png)\n\n### Notifications\n![notifications](https://res.cloudinary.com/iyanuashiri/image/upload/v1526323232/Screenshot-2018-5-14_Find_Your_Events_1.png)\n\n### User Profile\n![profile](https://res.cloudinary.com/iyanuashiri/image/upload/v1526323111/Screenshot-2018-5-14_Find_Your_Events_7.png)\n\n### Login Page\n![login](https://res.cloudinary.com/iyanuashiri/image/upload/v1526323111/Screenshot-2018-5-14_MeetHub.png)\n\u003c/details\u003e\n\n## Installation\n\n### Prerequisites\n- Python 3.6+\n- pip\n- virtualenv (recommended)\n\n### Setup\n1. Clone the repository\n```bash\ngit clone https://github.com/iyanuashiri/meethub.git\ncd meethub\n```\n\n2. Create and activate virtual environment\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows use: venv\\Scripts\\activate\n```\n\n3. Install dependencies\n```bash\npip install -r requirements.txt\n```\n\n4. Configure environment variables\n```bash\ncp .env.example .env\n# Edit .env with your settings\n```\n\n5. Run migrations\n```bash\npython manage.py migrate\n```\n\n6. Start the development server\n```bash\npython manage.py runserver\n```\n\nVisit `http://localhost:8000` in your browser.\n\n## Roadmap\n- [ ] Add comprehensive test suite\n- [ ] Implement REST API\n- [ ] Add threaded comments\n- [ ] Add location-based event exploration\n- [ ] Implement social authentication\n- [ ] Add event categories and tags\n- [ ] Enable event sharing on social media\n\n## Contributing\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiyanuashiri%2Fmeethub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiyanuashiri%2Fmeethub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiyanuashiri%2Fmeethub/lists"}