{"id":26794582,"url":"https://github.com/bagusvalentinoo/temu-kampus","last_synced_at":"2026-04-14T00:04:19.219Z","repository":{"id":271274141,"uuid":"911649190","full_name":"bagusvalentinoo/temu-kampus","owner":"bagusvalentinoo","description":"Temu Kampus: A School and Campus Event Management System for handling event creation, registration, and feedback efficiently.","archived":false,"fork":false,"pushed_at":"2025-01-06T17:10:51.000Z","size":2230,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T18:27:28.832Z","etag":null,"topics":["mongodb","next-auth-v5","nextjs","nextjs-bun","nextjs-typescript","nextjs14","no-sql","prisma-orm"],"latest_commit_sha":null,"homepage":"https://temu-kampus.vercel.app/","language":"TypeScript","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/bagusvalentinoo.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}},"created_at":"2025-01-03T14:14:54.000Z","updated_at":"2025-01-06T17:10:54.000Z","dependencies_parsed_at":"2025-01-06T18:27:37.199Z","dependency_job_id":"6ad39cbc-4547-4b79-8911-518b60eefd1e","html_url":"https://github.com/bagusvalentinoo/temu-kampus","commit_stats":null,"previous_names":["bagusvalentinoo/temu-kampus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bagusvalentinoo%2Ftemu-kampus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bagusvalentinoo%2Ftemu-kampus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bagusvalentinoo%2Ftemu-kampus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bagusvalentinoo%2Ftemu-kampus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bagusvalentinoo","download_url":"https://codeload.github.com/bagusvalentinoo/temu-kampus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246218390,"owners_count":20742366,"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":["mongodb","next-auth-v5","nextjs","nextjs-bun","nextjs-typescript","nextjs14","no-sql","prisma-orm"],"created_at":"2025-03-29T17:28:10.001Z","updated_at":"2026-04-14T00:04:19.183Z","avatar_url":"https://github.com/bagusvalentinoo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Temu Kampus - School and Campus Event Management System\n\n## 📝 Description\n**Temu Kampus** is a modern application designed to simplify event management for schools and campuses. It streamlines processes such as user registration, event creation, participant registration, event scheduling, and post-event feedback. With Temu Kampus, organizing events becomes more efficient and accessible through digital tools.\n\n---\n\n## 🌐 Demo\nYou can try the live demo here:  \n\u003ca href=\"https://temu-kampus.vercel.app/\" target=\"_blank\"\u003eTemu Kampus Demo\u003c/a\u003e\n\n### Test User Accounts\n1. **Admin**\n    - Email: `admin@temukampus.com`\n    - Password: `admin1234!`\n2. **Lecturer**\n    - Email: `lecturer@temukampus.com`\n    - Password: `lecturer1234!`\n3. **Student**\n    - Email: `student@temukampus.com`\n    - Password: `student1234!`\n\n---\n\n## ✨ Key Features\n- **User Management:**\n  - Separate roles for admin, lecturers, and students.\n- **Event Creation \u0026 Management:**\n  - Create and manage events with detailed descriptions, schedules, and locations.\n- **Participant Registration:**\n  - Online registration forms for participants.\n- **Event Calendar:**\n  - A centralized calendar to view and filter events by category, date, or location.\n- **Notifications \u0026 Reminders:**\n  - Email or SMS notifications for event updates and confirmations.\n- **Feedback System:**\n  - Users can submit reviews and feedback for events.\n- **Administrative Dashboard:**\n  - Real-time insights on attendance, reviews, and event statistics.\n\n---\n\n## 🛠️ Technologies Used\n- **Framework:** Next.js v14\n- **Package Manager:** Bun\n- **Programming Language:** TypeScript\n- **Database:** MongoDB\n- **Authentication:** NextAuth v5\n- **ORM:** Prisma\n\n---\n\n## 🔧 Installation\n\n### Local Installation\n\n1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/bagusvalentinoo/temu-kampus.git\n    cd temu-kampus\n    ```\n\n2. **Configure environment variables:**\n    - Copy the example `.env` file and update the values as needed:\n      ```bash\n      cp .env.example .env\n      ```\n\n3. **Install dependencies using Bun:**\n    ```bash\n    bun install\n    ```\n\n4. **Generate Prisma Client:**\n    ```bash\n    bunx prisma generate\n    ```\n\n5. **Push database schema:**\n    ```bash\n    bunx prisma db push\n    ```\n\n6. **Start the development server:**\n    ```bash\n    bun dev\n    ```\n\n7. **Access the application:**\n    Open your browser and navigate to `http://localhost:3000`.\n\n---\n\n### Installation via Docker\n\n1. **Generate MongoDB Keyfile:**\n    ```bash\n    ops/generate-mongodb-keyfile.sh\n    ```\n\n2. **Configure environment variables:**\n    - Copy the example `.env` file for Docker and update as needed:\n      ```bash\n      cp ops/.env.example ops/.env\n      ```\n\n3. **Start the application using Docker Compose:**\n    ```bash\n    docker compose -f ops/dev.docker-compose.yml -p temu-kampus up -d --build\n    ```\n\n4. **Access the application:**\n    Navigate to `http://localhost:7001`.\n\n---\n\n## 📊 Migration \u0026 Database Seeding\n\n- **Apply database schema:**\n    ```bash\n    bunx prisma db push\n    ```\n\n- **Seed the database with sample data:**\n    ```bash\n    bun run prisma:seed\n    ```\n\n---\n\n## 📜 License\nThis project is licensed under the [MIT License](./LICENSE).\n\n---\n\n## 📞 Support\nIf you encounter any issues or have questions, feel free to \u003ca href=\"https://github.com/bagusvalentinoo/temu-kampus/issues\" target=\"_blank\"\u003eopen an issue\u003c/a\u003e or contact the maintainers.\n\n---\n\n## 📚 Resources\n- \u003ca href=\"https://nextjs.org/docs\" target=\"_blank\"\u003eNext.js Documentation\u003c/a\u003e\n- \u003ca href=\"https://bun.sh/docs\" target=\"_blank\"\u003eBun Documentation\u003c/a\u003e\n- \u003ca href=\"https://www.prisma.io/docs\" target=\"_blank\"\u003ePrisma Documentation\u003c/a\u003e\n- \u003ca href=\"https://www.mongodb.com/docs\" target=\"_blank\"\u003eMongoDB Documentation\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbagusvalentinoo%2Ftemu-kampus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbagusvalentinoo%2Ftemu-kampus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbagusvalentinoo%2Ftemu-kampus/lists"}