{"id":16651525,"url":"https://github.com/hellrungj/python_heroku_api","last_synced_at":"2026-05-09T03:34:12.833Z","repository":{"id":124272265,"uuid":"406984164","full_name":"Hellrungj/python_heroku_api","owner":"Hellrungj","description":"quickstart_python_heroku_api","archived":false,"fork":false,"pushed_at":"2021-09-16T02:34:06.000Z","size":1916,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T07:47:08.083Z","etag":null,"topics":["django","django-rest-framework","docker","pytohn3"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/Hellrungj.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":"2021-09-16T02:01:18.000Z","updated_at":"2021-09-16T02:35:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"c94b03b3-8bad-4a86-9bb1-d684a41f5358","html_url":"https://github.com/Hellrungj/python_heroku_api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hellrungj/python_heroku_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hellrungj%2Fpython_heroku_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hellrungj%2Fpython_heroku_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hellrungj%2Fpython_heroku_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hellrungj%2Fpython_heroku_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hellrungj","download_url":"https://codeload.github.com/Hellrungj/python_heroku_api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hellrungj%2Fpython_heroku_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32806000,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["django","django-rest-framework","docker","pytohn3"],"created_at":"2024-10-12T09:25:35.176Z","updated_at":"2026-05-09T03:34:12.815Z","avatar_url":"https://github.com/Hellrungj.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python_heroku_api\n\n[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-360/)\n[![Docker](https://badgen.net/badge/icon/docker?icon=docker\u0026label)](https://https://docker.com/)\n![Django](https://img.shields.io/badge/-Django-%23092E20?style=flat\u0026logo=django\u0026logoColor=white)\n\nA quickstart api using docker and django that can be deploy easily to Heroku\n\n## Authors\n\n- [@Hellrungj](https://www.github.com/Hellrungj)\n  \n## Deployment\n\nTo deploy this project see [Deploying with Docker on Heroku](https://devcenter.heroku.com/categories/deploying-with-docker) documentation. \n  \n## Environment Variables\n\nDocker Env\n- `HOST`: '0.0.0.0'\n- `PORT`: '8000'\n- `DEBUG`: 0\n\n\n\n## Run Django Server Development Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/Hellrungj/python_heroku_api.git\n```\n\nInstall Python 3\n\n```bash\n  apt install python3\n```\n\nInstall pipenv\n\n```bash\n  pip install pipenv\n```\n\nInstall dependencies\n\n```bash\n  pipenv install\n```\n\nActivate python virtual environment\n```bash\n  pipenv shell\n```\n\nGo to the project directory\n\n```bash\n  cd api/\n```\n\nInstall dependencies\nStart the server\n```bash\n  python manage.py runserver\n```\n\n## Run Docker Container Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/Hellrungj/python_heroku_api.git\n```\n\nInstall Docker\n\n```bash\n  Install the app from https://docs.docker.com/get-docker/\n```\n\nBuild Image\n```bash\ndocker build -t  django-heroku-app\n```\n\nRun the Container:\n```bash\ndocker run -it -e \"HOST:0.0.0.0\" -e \"PORT=8000\" -e \"DEBUG=0\" -p 8000:8000 django-heroku-app\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellrungj%2Fpython_heroku_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellrungj%2Fpython_heroku_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellrungj%2Fpython_heroku_api/lists"}