{"id":27097573,"url":"https://github.com/geffrerson7/hotel-reservation-api","last_synced_at":"2026-05-05T14:31:59.938Z","repository":{"id":163742282,"uuid":"639186690","full_name":"Geffrerson7/HOTEL-RESERVATION-API","owner":"Geffrerson7","description":"It is an API for performing the online booking flow of a hotel.","archived":false,"fork":false,"pushed_at":"2023-05-14T04:51:30.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T03:11:59.265Z","etag":null,"topics":["django","django-rest-framework","docker","postgresql","python","simple-jwt"],"latest_commit_sha":null,"homepage":"","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/Geffrerson7.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":"2023-05-11T00:27:05.000Z","updated_at":"2023-05-11T00:31:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"51cd3f48-9903-46c4-b75e-ac9e26f40b2e","html_url":"https://github.com/Geffrerson7/HOTEL-RESERVATION-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Geffrerson7/HOTEL-RESERVATION-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FHOTEL-RESERVATION-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FHOTEL-RESERVATION-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FHOTEL-RESERVATION-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FHOTEL-RESERVATION-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Geffrerson7","download_url":"https://codeload.github.com/Geffrerson7/HOTEL-RESERVATION-API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geffrerson7%2FHOTEL-RESERVATION-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32653494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["django","django-rest-framework","docker","postgresql","python","simple-jwt"],"created_at":"2025-04-06T10:48:22.066Z","updated_at":"2026-05-05T14:31:59.923Z","avatar_url":"https://github.com/Geffrerson7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HOTEL-RESERVATION-API\n\n## Description\nIt is an API for making online reservations.\n\n## ERD\n\n![HOTEL-API-ERD-2](https://github.com/Geffrerson7/HOTEL-RESERVATION-API/assets/61089189/697fc427-41eb-43a4-bbbd-bad5bc18c117)\n\n\n## Local Installation\n\nClone the repository.\n\n```bash\n$ https://github.com/Geffrerson7/HOTEL-RESERVATION-API.git\n```\n\nGo to the project directory.\n\n```bash\n$ cd HOTEL-RESERVATION-API\n```\n\nCreate a virtual environment.\n\n```sh\n$ virtualenv venv\n```\nActivate the virtual environment.\n```sh\n# windows\n$ source venv/Scripts/activate\n# Linux\n$ source venv/bin/activate\n```\n\nInstall the dependencies.\n\n```sh\n(env)$ pip install -r requirements.txt\n```\nRun the migrations.\n```sh\n(env) $ python manage.py makemigrations\n```\n```sh\n(env) $ python manage.py migrate\n```\n\nRun the project\n```sh\n(env)$ python manage.py runserver\n```\n\nAnd navigate to the route\n```sh\nhttp://127.0.0.1:8000/\n```\n\n## Project installation in Docker\n\nClone the repository\n\n```bash\n$ git clone https://github.com/Geffrerson7/HOTEL-RESERVATION-API.git\n```\n\nGo to the project directory.\n\n```bash\n$ cd HOTEL-RESERVATION-API\n```\n\nRun the command\n```sh\n$ docker-compose up\n```\n\nAnd navigate to the route\n```sh\nhttp://127.0.0.1:8000/\n```\n\n## Technologies y programming languages \n\n* **Python** (v. 3.10.7) [Source](https://www.python.org/)\n* **Django** (v. 4.2)  [Source](https://www.djangoproject.com/)\n* **Django Rest Framework** (v. 3.14.0) [Source](https://www.django-rest-framework.org/)\n* **django-cors-headers** (v. 3.14.0) [Source](https://pypi.org/project/django-cors-headers/)\n* **Simple JWT** (v. 5.2.2) [Source](https://django-rest-framework-simplejwt.readthedocs.io/en/latest/)\n* **drf-yasg** (v. 1.21.5) [Source](https://drf-yasg.readthedocs.io/en/stable/)\n\n\n\n## Author\n- [Gefferson Max Casasola Huamancusi](https://www.github.com/Geffrerson7)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeffrerson7%2Fhotel-reservation-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeffrerson7%2Fhotel-reservation-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeffrerson7%2Fhotel-reservation-api/lists"}