{"id":24760617,"url":"https://github.com/b4jd1k/airbnb-clone","last_synced_at":"2026-04-07T23:32:12.334Z","repository":{"id":272182933,"uuid":"915744717","full_name":"B4JD1K/Airbnb-clone","owner":"B4JD1K","description":"Airbnb clone application. Used Angular 17, PrimeNG, Spring Boot 3, PostgreSQL, Docker.","archived":false,"fork":false,"pushed_at":"2025-01-26T14:21:41.000Z","size":1376,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T11:45:34.601Z","etag":null,"topics":["angular","java","primeng","scss","spring"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/B4JD1K.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-12T17:31:34.000Z","updated_at":"2025-01-26T12:28:23.000Z","dependencies_parsed_at":"2025-01-12T19:35:33.696Z","dependency_job_id":null,"html_url":"https://github.com/B4JD1K/Airbnb-clone","commit_stats":null,"previous_names":["b4jd1k/airbnb-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/B4JD1K/Airbnb-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B4JD1K%2FAirbnb-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B4JD1K%2FAirbnb-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B4JD1K%2FAirbnb-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B4JD1K%2FAirbnb-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/B4JD1K","download_url":"https://codeload.github.com/B4JD1K/Airbnb-clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B4JD1K%2FAirbnb-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270586479,"owners_count":24611317,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","java","primeng","scss","spring"],"created_at":"2025-01-28T18:18:34.505Z","updated_at":"2026-04-07T23:32:12.306Z","avatar_url":"https://github.com/B4JD1K.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 Airbnb Clone - Spring Boot 3, Angular 17, PrimeNG, PostgreSQL, Auth0\n\nA full-stack Airbnb clone project developed using **Angular** (TypeScript) for the frontend and **Spring Boot** (Java) for the backend, secured with **Auth0** (OAuth2).\n\n---\n\n## ✨ Features\n\nThe project includes key features such as:\n- **📅 Booking Management**: Travelers can book properties seamlessly.\n- **🏠 Landlord Management**: Landlords can manage property reservations.\n- **🔍 Advanced Search**: Search for houses by location, date, number of guests, beds, and other criteria.\n- **🔐 Secure Authentication**: Role-based access control implemented with **Auth0** (OAuth2).\n- **🏢 Domain-Driven Design**: Ensures maintainable and scalable architecture.\n\n---\n\nMain page:\n\n[![Main page](https://i.postimg.cc/gj9mrrvR/HOME.png)](https://postimg.cc/S2GwvS1N)\n\n\nListing View:\n\n[![Listing view](https://i.postimg.cc/BQB4QStL/Listing-view.png)](https://postimg.cc/8jcqZVRN)\n---\n\n## ⚙️ Prerequisites\n\n### 🖥️ Frontend\n- [Node.js v20.11 LTS](https://nodejs.org/en/)\n- [Angular CLI v17](https://angular.io/cli)\n- [PrimeNG v17](https://primeng.org/)\n- IDE: [IntelliJ IDEA Ultimate](https://www.jetbrains.com/idea/), [WebStorm](https://www.jetbrains.com/webstorm/), or [VSCode](https://code.visualstudio.com/)\n\n### 💾 Backend\n- [JDK 21](https://jdk.java.net/21/)\n- [Spring Boot 3](https://spring.io/projects/spring-boot)\n- [PostgreSQL](https://www.postgresql.org/)\n- IDE: [IntelliJ IDEA](https://www.jetbrains.com/idea/)\n\n---\n\n## 🚀 Getting Started\n\n### 1️⃣ Clone the Repository\n\nClone the fullstack project using the following command:\n```bash\ngit clone https://github.com/B4JD1K/Airbnb-clone\n```\n\nThe project structure will include:\n```\nAirbnb-clone/\n│\n├── airbnb-clone-backend/   # Backend code (Spring Boot)\n└── airbnb-clone-frontend/  # Frontend code (Angular)\n```\n\n---\n\n### 2️⃣ Frontend Setup\n\n1. Navigate to the `airbnb-clone-frontend` directory:\n    ```bash\n    cd Airbnb-clone/airbnb-clone-frontend\n    ```\n2. Install the dependencies:\n    ```bash\n    npm install\n    ```\n3. Start the development server:\n    ```bash\n    ng serve\n    ```\n4. Open the application in your browser at:\n    ```text\n    http://localhost:4200\n    ```\n\n---\n\n### 3️⃣ Backend Setup\n\n1. Navigate to the `airbnb-clone-backend` directory:\n    ```bash\n    cd Airbnb-clone/airbnb-clone-backend\n    ```\n2. Open the backend project in IntelliJ or your preferred IDE.\n3. Configure the PostgreSQL database:\n  - Ensure that PostgreSQL is running.\n  - Update the database credentials in the `application.properties` or `application.yml` file.\n4. Start the Spring Boot application:\n  - Using the terminal:\n    ```bash\n    ./mvnw spring-boot:run -Dspring-boot.run.arguments=\"--AUTH0_CLIENT_ID=\u003cclient-id\u003e --AUTH0_CLIENT_SECRET=\u003cclient-secret\u003e\"\n    ```\n  - Or, run the application directly from IntelliJ.\n5. The backend server will run on:\n    ```text\n    http://localhost:8080\n    ```\n\n---\n\n## 🛠️ Technologies Used\n\n- **Frontend**:\n  - Angular 17\n  - PrimeNG 17\n  - PrimeFlex 3\n\n\n- **Backend**:\n  - Spring Boot 3\n  - PostgreSQL 16.6\n  - Auth0 (OAuth2)\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](https://opensource.org/license/mit) for details.\n\n---\n\n## 🙌 Acknowledgements\n\n- Special thanks to the [@C0de-cake](https://github.com/@C0de-cake) - creator of [the tutorial](https://youtu.be/XriUV06Hkow).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb4jd1k%2Fairbnb-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb4jd1k%2Fairbnb-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb4jd1k%2Fairbnb-clone/lists"}