{"id":15111806,"url":"https://github.com/giovannak/geolocation-system-django","last_synced_at":"2026-01-20T02:05:30.059Z","repository":{"id":151272145,"uuid":"301568852","full_name":"GiovannaK/geolocation-system-django","owner":"GiovannaK","description":"HowFar is a web app hat shows the distance between the user's current location and the desired destination","archived":false,"fork":false,"pushed_at":"2021-04-30T06:27:02.000Z","size":31695,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T14:56:50.057Z","etag":null,"topics":["css3","django","html5","javascript","materializecss","python","sass","sass-library","sqlite"],"latest_commit_sha":null,"homepage":"","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/GiovannaK.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":"2020-10-06T00:00:57.000Z","updated_at":"2021-04-30T06:29:02.000Z","dependencies_parsed_at":"2023-04-23T08:32:29.096Z","dependency_job_id":null,"html_url":"https://github.com/GiovannaK/geolocation-system-django","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiovannaK%2Fgeolocation-system-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiovannaK%2Fgeolocation-system-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiovannaK%2Fgeolocation-system-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiovannaK%2Fgeolocation-system-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GiovannaK","download_url":"https://codeload.github.com/GiovannaK/geolocation-system-django/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378092,"owners_count":20929293,"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":["css3","django","html5","javascript","materializecss","python","sass","sass-library","sqlite"],"created_at":"2024-09-26T00:23:42.101Z","updated_at":"2026-01-20T02:05:30.019Z","avatar_url":"https://github.com/GiovannaK.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HowFar?\n\n## See preview here: https://django-geoip.herokuapp.com/\n---\n![Project Image](djangogeoip.png)\n### Table of Contents\nFind yourself here\n\n- [Description](#description)\n- [How To Use](#how-to-use)\n- [License](#license)\n- [Author Info](#author-info)\n- [Features](#Features)\n\n---\n\n## Description\nHowFar is a web app hat shows the distance between the user's current location and the desired destination\n\n## Technologies\n\n### Database\n- SQLITE\n### Backend\n- Python\n- Django \n### Frontend\n- HTML5\n- CSS3\n- Materialize css\n- SASS\n\n---\n## Features\n\n### Show the distance\n- It is possible to type a location (city, state, country) and get the distance between the current user's location and the typed location\n- Users can view and interact with the map\n\n---\n\n## How To Use\n\n### Run locally\n#### Use at least python 3.8.3 version\n### Clone the project\n\n```html\ngit clone https://github.com/GiovannaK/geolocation-system-django.git\n```\n### Create and start a virtual environment\n\n#### Windows\n```html\npython -m venv venv\n\nvenv\\Scripts\\activate.bat\n\npython -m pip install --upgrade pip setuptools wheel --user\n\npip install -r requirements.txt\n\npython manage.py migrate\n```\n\n#### Linux\n\n```html\npython3 -m venv venv\n\n. venv/bin/activate\n\npip install -r requirements.txt\n\npython manage.py migrate\n```\n\n#### MAC\n\n```html\npython -m venv venv\n\n. venv/bin/activate\n\npip install -r requirements.txt\n\npython manage.py migrate\n```\n### Generate a secret key and add to settings.py\n---\n### You can use this link to generate your secret key\n#### https://miniwebtool.com/django-secret-key-generator/\n---\n### Run this command to migrate your database\n\n```html\npython manage.py migrate\n```\n### Run this to create an admin account\n\n```html\npython manage.py createsuperuser\n```\n### Start the development server in localhost:8000\n\n```html\npython manage.py runserver\n```\n\n\n---\n\n\n## License\n\nMIT License\n\nCopyright (c) [2020]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n---\n\n## Author Info\n\n- Linkedin - [Giovanna Cunha](https://www.linkedin.com/in/giovanna-cunha-4989b81b2/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiovannak%2Fgeolocation-system-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiovannak%2Fgeolocation-system-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiovannak%2Fgeolocation-system-django/lists"}