{"id":25931023,"url":"https://github.com/subbareddy2004/hackon","last_synced_at":"2026-04-11T18:02:35.055Z","repository":{"id":280447805,"uuid":"942020617","full_name":"Subbareddy2004/HackOn","owner":"Subbareddy2004","description":"A full-stack event management application built with modern web technologies","archived":false,"fork":false,"pushed_at":"2025-03-03T13:03:36.000Z","size":949,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T14:21:26.100Z","etag":null,"topics":["event-management","fullstack","hackathon-management","material-ui","mongodb","nodejs","react"],"latest_commit_sha":null,"homepage":"https://hackon1.vercel.app","language":null,"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/Subbareddy2004.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-03-03T12:50:54.000Z","updated_at":"2025-03-03T13:05:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e56d1c0-341a-4d3c-9071-a8e68a5d58db","html_url":"https://github.com/Subbareddy2004/HackOn","commit_stats":null,"previous_names":["subbareddy2004/hackon"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Subbareddy2004/HackOn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Subbareddy2004%2FHackOn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Subbareddy2004%2FHackOn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Subbareddy2004%2FHackOn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Subbareddy2004%2FHackOn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Subbareddy2004","download_url":"https://codeload.github.com/Subbareddy2004/HackOn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Subbareddy2004%2FHackOn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260382207,"owners_count":23000670,"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":["event-management","fullstack","hackathon-management","material-ui","mongodb","nodejs","react"],"created_at":"2025-03-03T23:57:05.784Z","updated_at":"2026-04-11T18:02:35.042Z","avatar_url":"https://github.com/Subbareddy2004.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Event Management Software\n\nA full-stack event management application built with modern web technologies. This project consists of a React-based frontend and a Node.js backend, providing a complete solution for managing events, registrations, and attendees.\n\n🌐 **Live Demo:** [https://hackon1.vercel.app/](https://hackon1.vercel.app/)\n\n## 📸 Screenshots \u0026 Demo\n\nHere's a visual overview of the Event Management Software:\n\n### Landing Page\n\n![Landing Page](Demo/Screenshot%202025-03-03%20181458.png)\n\n### Event Creation\n\n![Event Creation](Demo/Screenshot%202025-03-03%20181521.png)\n\n### Event Listing\n\n![Event Listing](Demo/Screenshot%202025-03-03%20181541.png)\n\n### Event Details\n\n![Event Details](Demo/Screenshot%202025-03-03%20181556.png)\n\n### Registration Process\n\n![Registration](Demo/Screenshot%202025-03-03%20181614.png)\n\n### User Dashboard\n\n![Dashboard](Demo/Screenshot%202025-03-03%20181629.png)\n\n### Admin Panel\n\n![Admin Panel](Demo/Screenshot%202025-03-03%20181701.png)\n\n## 🚀 Features\n\n- User authentication and authorization\n- Event creation and management\n- Event registration and ticket management\n- Attendee management\n- Real-time updates\n- Responsive design for all devices\n\n## 🛠️ Tech Stack\n\n### Frontend\n\n- React.js\n- Material-UI\n- Redux for state management\n- Axios for API calls\n- React Router for navigation\n\n### Backend\n\n- Node.js\n- Express.js\n- MongoDB\n- JWT for authentication\n- RESTful API architecture\n\n## 📦 Installation\n\n### Prerequisites\n\n- Node.js (v14 or higher)\n- MongoDB\n- npm or yarn\n\n### Setting up the Backend\n\n1. Navigate to the Backend directory:\n\n   ```bash\n   cd Backend\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Create a `.env` file and add your environment variables:\n\n   ```\n   PORT=5000\n   MONGODB_URI=your_mongodb_uri\n   JWT_SECRET=your_jwt_secret\n   ```\n\n4. Start the server:\n   ```bash\n   npm start\n   ```\n\n### Setting up the Frontend\n\n1. Navigate to the Frontend directory:\n\n   ```bash\n   cd Frontend\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Start the development server:\n   ```bash\n   npm start\n   ```\n\nThe application will be available at `http://localhost:3000`\n\n## 🔧 Configuration\n\n### Backend Configuration\n\n- Port: 5000 (default)\n- Database: MongoDB\n- Authentication: JWT\n\n### Frontend Configuration\n\n- Port: 3000 (default)\n- API Base URL: http://localhost:5000/api\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👥 Authors\n\n- Subbareddy - Initial work\n\n## 🙏 Acknowledgments\n\n- Thanks to all contributors who have helped this project grow\n- Special thanks to the open-source community\n\n## 📞 Contact\n\nIf you have any questions, feel free to reach out or open an issue.\n\n---\n\n⭐️ If you found this project helpful, please give it a star on GitHub!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubbareddy2004%2Fhackon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubbareddy2004%2Fhackon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubbareddy2004%2Fhackon/lists"}