{"id":21810070,"url":"https://github.com/surcodev/airbnb-clone-backend","last_synced_at":"2026-02-12T01:40:18.696Z","repository":{"id":258743406,"uuid":"874494567","full_name":"surcodev/airbnb-clone-backend","owner":"surcodev","description":"Backend service designed to emulate key functionalities of the popular AirBnB platform. Built using Django REST Framework, this API provides endpoints for managing property listings, user accounts, and bookings, offering seamless interactions between hosts and guests.","archived":false,"fork":false,"pushed_at":"2024-10-22T04:47:10.000Z","size":6361,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T21:52:38.872Z","etag":null,"topics":["cors","djangorestframework","jsonwebtoken","pythonanywhere"],"latest_commit_sha":null,"homepage":"https://noroot.pythonanywhere.com/","language":"Python","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/surcodev.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":"2024-10-17T23:48:32.000Z","updated_at":"2024-11-15T23:43:22.000Z","dependencies_parsed_at":"2024-10-23T11:45:03.718Z","dependency_job_id":null,"html_url":"https://github.com/surcodev/airbnb-clone-backend","commit_stats":null,"previous_names":["richarq-fisi/airbnb-clone-backend","surcodev/airbnb-clone-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/surcodev/airbnb-clone-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surcodev%2Fairbnb-clone-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surcodev%2Fairbnb-clone-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surcodev%2Fairbnb-clone-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surcodev%2Fairbnb-clone-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/surcodev","download_url":"https://codeload.github.com/surcodev/airbnb-clone-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surcodev%2Fairbnb-clone-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29353017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"ssl_error","status_checked_at":"2026-02-12T01:00:51.346Z","response_time":97,"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":["cors","djangorestframework","jsonwebtoken","pythonanywhere"],"created_at":"2024-11-27T13:30:36.740Z","updated_at":"2026-02-12T01:40:18.682Z","avatar_url":"https://github.com/surcodev.png","language":"Python","readme":"![1.PNG](/doc/1.PNG)\n\n![2.PNG](/doc/2.PNG)\n\n## LOGIN\n```sh\ncurl -X POST http://127.0.0.1:8000/dj-rest-auth/login/ \\\n-H \"Content-Type: application/json\" \\\n-d '{\"username\": \"user\", \"email\": \"user@example.com\", \"password\": \"user123$!A\"}'\n```\n\n## LOGOUT\n```sh\ncurl -X POST http://127.0.0.1:8000/dj-rest-auth/logout/ -H \"Content-Type: application/json\" --cookie \"access=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzI4ODQ0MzgxLCJpYXQiOjE3Mjg4NDQwODEsImp0aSI6ImMzOTU0OWNhYjJiMjQ1Zjk5MWQxOTIzMWFkY2VmYTUzIiwidXNlcl9pZCI6NH0.pohLBwqEhZ5ZBwWbOoKzkqQkl8XDKyzLJ5I7ThE9DaI; Path=/; HttpOnly; SameSite=Lax\" --cookie \"refresh_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoicmVmcmVzaCIsImV4cCI6MTcyODkzMDQ4MSwiaWF0IjoxNzI4ODQ0MDgxLCJqdGkiOiIxOTI1ZDhmODgzYjc0YTQwYWM4ZGYzMjIyYjExMmM4YiIsInVzZXJfaWQiOjR9.ndVz0vbq2883Fo3njQFe6ae6bY_pkly-DmKZdgN0WEA; Path=/; HttpOnly; SameSite=Lax\"\n{\"detail\":\"Successfully logged out.\"}\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurcodev%2Fairbnb-clone-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsurcodev%2Fairbnb-clone-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurcodev%2Fairbnb-clone-backend/lists"}