{"id":15576020,"url":"https://github.com/thiagohrcosta/geocoding","last_synced_at":"2026-04-10T15:09:47.313Z","repository":{"id":51132530,"uuid":"363297990","full_name":"thiagohrcosta/geocoding","owner":"thiagohrcosta","description":"A simple project to use geocoder and mapbox. A user can insert a new place with address, edit a place or delete. The address will be displayed as a marker on map. ","archived":false,"fork":false,"pushed_at":"2021-05-22T01:52:24.000Z","size":335,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T23:47:10.587Z","etag":null,"topics":["bootstrap","css3","geocode","html5","javascript","mapbox","mapbox-gl","rails","ruby"],"latest_commit_sha":null,"homepage":"geocoding-nu.vercel.app","language":"Ruby","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/thiagohrcosta.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}},"created_at":"2021-05-01T01:26:59.000Z","updated_at":"2021-05-22T01:52:26.000Z","dependencies_parsed_at":"2022-08-26T04:43:21.856Z","dependency_job_id":null,"html_url":"https://github.com/thiagohrcosta/geocoding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thiagohrcosta/geocoding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagohrcosta%2Fgeocoding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagohrcosta%2Fgeocoding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagohrcosta%2Fgeocoding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagohrcosta%2Fgeocoding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thiagohrcosta","download_url":"https://codeload.github.com/thiagohrcosta/geocoding/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagohrcosta%2Fgeocoding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28133024,"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-12-30T02:00:05.476Z","response_time":64,"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":["bootstrap","css3","geocode","html5","javascript","mapbox","mapbox-gl","rails","ruby"],"created_at":"2024-10-02T18:41:37.052Z","updated_at":"2025-12-30T22:07:01.559Z","avatar_url":"https://github.com/thiagohrcosta.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Géocodage\n\n![main banner](https://res.cloudinary.com/dloadb2bx/image/upload/v1619914448/france3_fx7pxb.png)\n\n\n## Technologies\nThis project was created with:\n\u003cimg alt=\"Ruby\" src=\"https://img.shields.io/badge/ruby-%23CC342D.svg?\u0026style=for-the-badge\u0026logo=ruby\u0026logoColor=white\"/\u003e \u003cimg alt=\"Rails\" src=\"https://img.shields.io/badge/rails-%23CC0000.svg?\u0026style=for-the-badge\u0026logo=ruby-on-rails\u0026logoColor=white\"/\u003e \u003cimg alt=\"HTML5\" src=\"https://img.shields.io/badge/html5-%23E34F26.svg?\u0026style=for-the-badge\u0026logo=html5\u0026logoColor=white\"/\u003e \u003cimg alt=\"CSS3\" src=\"https://img.shields.io/badge/css3-%231572B6.svg?\u0026style=for-the-badge\u0026logo=css3\u0026logoColor=white\"/\u003e \u003cimg alt=\"SASS\" src=\"https://img.shields.io/badge/SASS-hotpink.svg?\u0026style=for-the-badge\u0026logo=SASS\u0026logoColor=white\"/\u003e \u003cimg alt=\"Bootstrap\" src=\"https://img.shields.io/badge/bootstrap-%23563D7C.svg?\u0026style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white\"/\u003e \u003cimg alt=\"Postgres\" src =\"https://img.shields.io/badge/postgres-%23316192.svg?\u0026style=for-the-badge\u0026logo=postgresql\u0026logoColor=white\"/\u003e\n\n - [ERB](https://ruby-doc.org/stdlib-2.7.1/libdoc/erb/rdoc/ERB.html) (for template system with Ruby)\n - [Pry-byebug](https://rubygems.org/gems/pry-byebug/versions/3.4.0?locale=pt-BR) (for debugging)\n - [Geocoder](https://rubygems.org/gems/geocoder/versions/1.3.7?locale=pt-BR)\n\n\n## Map page\n![map](https://res.cloudinary.com/dloadb2bx/image/upload/v1619914453/france4_h7quk8.png)\n\n## CSS Grid\nTo display places on main page was used CSS grid:\n   ```\n.box-flex{\n  display: grid;\n  grid-template-columns: 1fr 1fr 1fr;\n  grid-gap: 16px;\n  margin: 10px;\n}\n\n.box-flat{\n  margin: 10px 0;\n  border: 1px solid #E8E8E8;\n  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);\n}\n```\n\n## How to run this project\nDownload or clone it. . Then run in the main folder the command `rails server`. If needed, run `bundle install` to check if all gems are correctly installed. Then open the project on `localhost:3000/flats`\n\n\n## What user can do?\nAs user you can manipulate all **CRUD** operations like:\n\n - Insert a place (with address);\n - Edit a place\n - Delete a place;\n - Search for any place on search bar;\n\n## Search for a place\nThe user can also use the search field to search for a desired place.\n![enter image description here](https://res.cloudinary.com/dloadb2bx/image/upload/v1619914740/france5_kqk6ti.png)\n## Development routine\n\n **April 30**\n\n     - Project created;\n     - Adding bootstrap, jquery, popper;\n     - Adding font-awesome, simple_form;\n     - Models and Controllers created with Scaffold;\n     - Database created;\n     - Adding geocorder gem;\n     - Adding a migration to insert latitude and longitude;\n     - Adding mapbox;\n     - Fixing bugs and adding markers;\n     - Fixing zoom;\n\n   **May 1**\n\n     - Adding box content to marker;\n     - Adding search bar;\n     - Adding a migration to insert photo;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagohrcosta%2Fgeocoding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiagohrcosta%2Fgeocoding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagohrcosta%2Fgeocoding/lists"}