{"id":24344403,"url":"https://github.com/arislooi/book-meet","last_synced_at":"2026-04-14T03:32:08.744Z","repository":{"id":272587271,"uuid":"916908172","full_name":"ArisLooi/book-meet","owner":"ArisLooi","description":"Book-meet is a room booking application that allows users to easily book meeting or conference rooms, manage their bookings, and create new room listings. Built with Next.js, Appwrite, and TailwindCSS.","archived":false,"fork":false,"pushed_at":"2025-01-24T02:06:53.000Z","size":447,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"exclude-update","last_synced_at":"2025-12-28T20:53:58.023Z","etag":null,"topics":["appwrite-database","javascript","nextjs","react","room-booking","tailwindcss"],"latest_commit_sha":null,"homepage":"https://book-meet-arislooi-projects.vercel.app/","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/ArisLooi.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-15T01:32:42.000Z","updated_at":"2025-01-24T02:06:57.000Z","dependencies_parsed_at":"2025-01-23T02:23:18.914Z","dependency_job_id":null,"html_url":"https://github.com/ArisLooi/book-meet","commit_stats":null,"previous_names":["arislooi/book-meet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ArisLooi/book-meet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArisLooi%2Fbook-meet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArisLooi%2Fbook-meet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArisLooi%2Fbook-meet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArisLooi%2Fbook-meet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArisLooi","download_url":"https://codeload.github.com/ArisLooi/book-meet/tar.gz/refs/heads/exclude-update","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArisLooi%2Fbook-meet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["appwrite-database","javascript","nextjs","react","room-booking","tailwindcss"],"created_at":"2025-01-18T09:35:48.738Z","updated_at":"2026-04-14T03:32:08.728Z","avatar_url":"https://github.com/ArisLooi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Book-meet\n\n**Book-meet** is a room booking application that allows users to easily book meeting or conference rooms, manage their bookings, and create new room listings. Built with Next.js, Appwrite, and TailwindCSS.\n\n## Features\n\n- User Authentication (Registration \u0026 Login)\n- Book Meeting or Conference Rooms\n- Manage Bookings\n- Create New Room Listings\n- View Available Rooms\n- Responsive Design\n\n## Technologies Used\n\n- [Next.js](https://nextjs.org/) - React framework for server-rendered apps.\n- [Appwrite](https://appwrite.io/) - Backend server for web and mobile developers.\n- [TailwindCSS](https://tailwindcss.com/) - Utility-first CSS framework.\n- [Luxon](https://moment.github.io/luxon/) - Library for working with dates and times.\n- [React Icons](https://react-icons.github.io/react-icons/) - Icon library for React.\n- [React Toastify](https://fkhadra.github.io/react-toastify/) - Notification library for React.\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/ArisLooi/bookit.git\n   cd bookit\n\n2. Install dependencies:\n\n    ```bash\n    npm install\n\n3. Configure Environment Variables: Create a .env.local file and add your Appwrite credentials:\n\n    ```env\n    NEXT_PUBLIC_APPWRITE_ENDPOINT=\u003cYour Appwrite Endpoint\u003e\n    NEXT_PUBLIC_APPWRITE_PROJECT=\u003cYour Appwrite Project ID\u003e\n    NEXT_PUBLIC_APPWRITE_DATABASE=\u003cYour Appwrite Database ID\u003e\n    NEXT_PUBLIC_APPWRITE_COLLECTION_BOOKINGS=\u003cYour Appwrite Bookings Collection ID\u003e\n    NEXT_PUBLIC_APPWRITE_COLLECTION_ROOMS=\u003cYour Appwrite Rooms Collection ID\u003e\n    NEXT_PUBLIC_APPWRITE_STORAGE_BUCKET_ROOMS=\u003cYour Appwrite Storage Bucket ID\u003e\n\n4. Run the application:\n\n    ```bash\n    npm run dev\n\n## Usage\n### User Authentication\n- Register: New users can register an account.\n- Login: Existing users can log in to manage their bookings and rooms.\n\n### Book a Room\n- View Available Rooms: Browse the available meeting and conference rooms.\n- Book a Room: Fill in the booking form to reserve a room.\n\n### Manage Bookings\n- View My Bookings: View and manage your current bookings.\n- Cancel Booking: Cancel an existing booking if needed.\n\n### Room Management\n- Add Room: Create new room listings with relevant details.\n- View My Rooms: View and manage your room listings.\n- Delete Room: Delete room listings that you no longer need.\n\n## Acknowledgements \u0026 Attributes\n- [Create A Booking App From Scratch | React, Next.js, Appwrite, Tailwind by Traversy Media](https://youtu.be/l9zh0pqEHyc?si=FfdvdytXXig7fp1n)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farislooi%2Fbook-meet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farislooi%2Fbook-meet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farislooi%2Fbook-meet/lists"}