{"id":25766719,"url":"https://github.com/arsh342/moonbrew","last_synced_at":"2026-05-15T02:50:16.284Z","repository":{"id":270228405,"uuid":"831994990","full_name":"arsh342/Moonbrew","owner":"arsh342","description":"Moonbrew is a modern web application built with Next.js, featuring authentication using Firebase. It provides a smooth and responsive user experience for logging in, managing user sessions, and storing data securely.","archived":false,"fork":false,"pushed_at":"2025-02-09T09:00:13.000Z","size":6820,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T09:27:23.637Z","etag":null,"topics":["firebase-auth","firebase-database","nextjs"],"latest_commit_sha":null,"homepage":"https://moonbrew.vercel.app","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/arsh342.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":"2024-07-22T06:30:56.000Z","updated_at":"2025-02-09T09:00:17.000Z","dependencies_parsed_at":"2025-01-19T12:29:13.862Z","dependency_job_id":"43157448-714e-488f-8008-e2c62bcfc73e","html_url":"https://github.com/arsh342/Moonbrew","commit_stats":null,"previous_names":["arsh342/moonbrew"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsh342%2FMoonbrew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsh342%2FMoonbrew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsh342%2FMoonbrew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsh342%2FMoonbrew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arsh342","download_url":"https://codeload.github.com/arsh342/Moonbrew/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240947658,"owners_count":19883032,"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":["firebase-auth","firebase-database","nextjs"],"created_at":"2025-02-26T23:17:16.882Z","updated_at":"2026-05-15T02:50:16.271Z","avatar_url":"https://github.com/arsh342.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌙 Moonbrew\n\nMoonbrew is a modern web application built with Next.js, featuring authentication using NextAuth.js and Firebase. It provides a smooth and responsive user experience for logging in, managing user sessions, and storing data securely.\n\n## ✨ Features\n\n- 🔒 User authentication with NextAuth.js and Firebase Authentication.\n- 🗂️ Secure storage of bills and orders using Firebase Firestore.\n- 📱 Responsive design for optimal viewing on all devices.\n- 🚀 Easy setup and deployment.\n- ⚙️ Customizable authentication logic.\n\n## 🛠️ Technologies Used\n\n- **Next.js** - React framework for building server-side rendered applications.\n- **NextAuth.js** - A complete authentication solution for Next.js applications.\n- **Firebase** - Backend-as-a-Service for authentication and database storage.\n- **React** - JavaScript library for building user interfaces.\n\n## ⚙️ Installation\n\n1. 📥 Clone the repository:\n\n   ```bash\n   git clone https://github.com/arsh342/moonbrew.git\n   ```\n\n2. 📂 Navigate to the project folder:\n\n   ```bash\n   cd moonbrew\n   ```\n\n3. 📦 Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. 🛠️ Set up environment variables (create `.env.local`):\n\n   ```plaintext\n   NEXTAUTH_URL=http://localhost:3000\n   \n   # Firebase Configuration\n   \n   NEXT_PUBLIC_FIREBASE_API_KEY=your-api-key\n   NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your-auth-domain\n   NEXT_PUBLIC_FIREBASE_PROJECT_ID=your-project-id\n   NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your-storage-bucket\n   NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id\n   NEXT_PUBLIC_FIREBASE_APP_ID=your-app-id\n   NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=your-measurement-id\n   ```\n\n## 🚀 Running the Application\n\nTo run the development server:\n\n```bash\nnpm run dev\n```\n\nThe app will be available at [http://localhost:3000](http://localhost:3000).\n\n### 🧑‍💻 In Development Mode\n\nWhen running in development mode, you can:\n- 🐛 Debug using detailed logs and error messages.\n- 🔄 Use hot reloading for instant updates.\n\n## 📦 Building the Application\n\nTo build the application for production:\n\n```bash\nnpm run build\n```\n\nTo start the production server:\n\n```bash\nnpm start\n```\n\n## 🤝 Contributing\n\nWe welcome contributions! To contribute:\n\n1. 🍴 Fork the repository.\n2. 🌱 Create a new branch for your feature or bug fix.\n3. ✍️ Commit your changes and push them to your fork.\n4. 🔁 Open a pull request detailing your changes.\n\n## 📬 Contact\n\nWe’d love to hear from you! Feel free to reach out:\n\n- 📧 Email: arshth134@gmail.com\n- 💼 LinkedIn: [https://www.linkedin.com/in/arsh-singh-615903330/](https://www.linkedin.com/in/arshsingh342/)\n- 🐦 Twitter: https://x.com/Thearshsran\n- 🌐 Website: https://moonbrew.vercel.app/\n\n## 📜 License\n\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%2Farsh342%2Fmoonbrew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsh342%2Fmoonbrew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsh342%2Fmoonbrew/lists"}