{"id":26285686,"url":"https://github.com/rakiburrahman007/restorooms","last_synced_at":"2026-04-11T01:09:09.390Z","repository":{"id":271008432,"uuid":"912138101","full_name":"RAKIBURRAHMAN007/RestoRooms","owner":"RAKIBURRAHMAN007","description":"RestoRooms is a modern Hotel Booking Platform that provides users with a seamless and engaging experience for discovering and booking hotel rooms. It combines interactive design, robust functionality, and secure user authentication to ensure an enjoyable and trustworthy platform for users.","archived":false,"fork":false,"pushed_at":"2025-02-10T19:27:00.000Z","size":25842,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T19:36:59.894Z","etag":null,"topics":["express","firebase","javascript","jwt-authentication","mongodb","nodejs","react","react-router","taiwindcss"],"latest_commit_sha":null,"homepage":"https://restorooms.netlify.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/RAKIBURRAHMAN007.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}},"created_at":"2025-01-04T17:54:37.000Z","updated_at":"2025-02-10T19:27:03.000Z","dependencies_parsed_at":"2025-01-04T19:29:06.690Z","dependency_job_id":null,"html_url":"https://github.com/RAKIBURRAHMAN007/RestoRooms","commit_stats":null,"previous_names":["rakiburrahman007/restorooms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RAKIBURRAHMAN007%2FRestoRooms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RAKIBURRAHMAN007%2FRestoRooms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RAKIBURRAHMAN007%2FRestoRooms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RAKIBURRAHMAN007%2FRestoRooms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RAKIBURRAHMAN007","download_url":"https://codeload.github.com/RAKIBURRAHMAN007/RestoRooms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243637707,"owners_count":20323338,"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":["express","firebase","javascript","jwt-authentication","mongodb","nodejs","react","react-router","taiwindcss"],"created_at":"2025-03-14T19:36:06.460Z","updated_at":"2026-04-11T01:09:09.359Z","avatar_url":"https://github.com/RAKIBURRAHMAN007.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Project Name: RestoRooms - A Modern Hotel Booking Platform\n\n## Purpose: \nRestoRooms is a modern Hotel Booking Platform that provides users with a seamless and engaging experience for discovering and booking hotel rooms. It combines interactive design, robust functionality, and secure user authentication to ensure an enjoyable and trustworthy platform for users.\n\n## Live URL: \n[https://restorooms.netlify.app/](https://restorooms.netlify.app/)\n\n\n\n## Website Features:\n- **Homepage Design:** Includes a banner, a map, and featured rooms with a 'Book Now' button.\n- **User Authentication:** Email and password-based authentication, including social login options.\n- **Rooms Page:** Displays all rooms with images, descriptions, and booking options.\n- **Room Details Page:** Displays detailed information about rooms, with booking and review options.\n- **My Bookings Page:** Shows the rooms booked by the logged-in user, with options to cancel and update booking dates.\n- **Review System:** Allows users to post reviews for rooms they've booked.\n- **Access Control:** Only authenticated users can book rooms and post reviews.\n- **404 Page:** Custom 404 page for invalid routes.\n- **Secure Data Management:** Secure credentials using environment variables for Firebase and MongoDB.\n\n## NPM Packages Used:\n1. React\n2. React Router DOM\n3. Firebase\n4. Tailwind CSS\n5. React Toastify\n6. SweetAlert2\n7. MongoDB\n8. React Simple Typewriter\n9. React Tooltip\n10. dotenv\n11. Cors\n12. Express\n13. React Countup\n14. momentjs\n15. JWT\n\n\n### How to Run RestoRooms Locally\n\n1. **Clone the Repository:**\n   First, clone the project repository to your local machine using the following command:\n\n   ```bash\n   git clone \u003crepository-url\u003e\n   ```\n\n2. **Navigate to the Project Directory:**\n   Change into the project folder:\n\n   ```bash\n   cd RestoRooms\n   ```\n\n3. **Install Dependencies:**\n   Install all the necessary dependencies with npm:\n\n   ```bash\n   npm install\n   ```\n\n4. **Set Up Environment Variables:**\n   - Create a `.env` file in the root of the project.\n   - Add your Firebase and MongoDB credentials in the `.env` file, for example:\n\n     ```bash\n     REACT_APP_FIREBASE_API_KEY=\u003cyour-firebase-api-key\u003e\n     REACT_APP_FIREBASE_AUTH_DOMAIN=\u003cyour-firebase-auth-domain\u003e\n     REACT_APP_FIREBASE_PROJECT_ID=\u003cyour-firebase-project-id\u003e\n     REACT_APP_FIREBASE_STORAGE_BUCKET=\u003cyour-firebase-storage-bucket\u003e\n     REACT_APP_FIREBASE_MESSAGING_SENDER_ID=\u003cyour-firebase-messaging-sender-id\u003e\n     REACT_APP_FIREBASE_APP_ID=\u003cyour-firebase-app-id\u003e\n     REACT_APP_MONGODB_URI=\u003cyour-mongodb-uri\u003e\n     ```\n\n5. **Start the Development Server:**\n   Run the following command to start the development server:\n\n   ```bash\n   npm start\n   ```\n\n   The app will be accessible at [http://localhost:3000](http://localhost:3000).\n\n### Additional Information:\n- **Database Setup:** Make sure MongoDB is set up correctly and connected with the application. If you're using a local instance of MongoDB, ensure it's running.\n- **Authentication:** Ensure that the Firebase authentication setup is complete for email/password and social logins.\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakiburrahman007%2Frestorooms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakiburrahman007%2Frestorooms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakiburrahman007%2Frestorooms/lists"}