{"id":18993675,"url":"https://github.com/marekhakala/photogallery","last_synced_at":"2025-10-13T05:37:54.352Z","repository":{"id":93066081,"uuid":"101471797","full_name":"marekhakala/photogallery","owner":"marekhakala","description":"The Photo Gallery is a web application for photographers with Geo location features.","archived":false,"fork":false,"pushed_at":"2017-08-26T08:35:12.000Z","size":7275,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T11:48:34.032Z","etag":null,"topics":["angularjs","bootstrap","capybara","devise","exif","font-awesome","google-maps-api","gulp","minimagick","phantomjs","poltergeist","pundit","rest-api","rspec","rspec-rails","ruby","ruby-on-rails","selenium","selenium-webdriver"],"latest_commit_sha":null,"homepage":"","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/marekhakala.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":"2017-08-26T07:57:06.000Z","updated_at":"2018-06-11T20:31:27.000Z","dependencies_parsed_at":"2023-06-04T15:00:22.866Z","dependency_job_id":null,"html_url":"https://github.com/marekhakala/photogallery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marekhakala/photogallery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekhakala%2Fphotogallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekhakala%2Fphotogallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekhakala%2Fphotogallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekhakala%2Fphotogallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marekhakala","download_url":"https://codeload.github.com/marekhakala/photogallery/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekhakala%2Fphotogallery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013704,"owners_count":26085393,"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-10-13T02:00:06.723Z","response_time":61,"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":["angularjs","bootstrap","capybara","devise","exif","font-awesome","google-maps-api","gulp","minimagick","phantomjs","poltergeist","pundit","rest-api","rspec","rspec-rails","ruby","ruby-on-rails","selenium","selenium-webdriver"],"created_at":"2024-11-08T17:22:33.975Z","updated_at":"2025-10-13T05:37:54.321Z","avatar_url":"https://github.com/marekhakala.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Photo Gallery v1.0.0\n\n![Photo Gallery logo](Screenshots/photogallery.png)\n\nThe Photo Gallery is a web application for photographers with Geo location features.\n\n[Screenshots](Screenshots/)\n\n## Installation\n\n* Install all necessary ruby gems `bundle install`\n\n## Setup\n\n* Setup a SQLite3 or PostgreSQL connection `vim config/database.yml`\n* Setup a Mongo DB connection `vim config/mongoid.yml`\n* Create a database `bundle exec rake db:create`\n* Migrate database tables `bundle exec rake db:migrate`\n* Set Google Maps API key for back-end `echo 'GMAPS_JSMAPS_KEY: \"API_KEY\"' \u003e config/application.yml'`\n* Set Google Maps API key for front-end `echo 'GMAPS_GEOCODE_KEY: \"API_KEY\"' \u003e\u003e config/application.yml`\n* Populate a database `rake ptourist:reset_all`\n\n## Requirements\n\n* Ruby on Rails 5\n* SQLite3 / PostgreSQL + Mongo DB\n\n## Run application\n\n* `rails s`\n\n## Run RSpec tests\n\n* `bundle exec rspec`\n\n## Libraries\n\n * [AngularJS](https://angularjs.org/) - AngularJS is a Single Page Application framework\n * [Twitter Bootstrap](https://github.com/twbs/bootstrap-sass) - Twitter Bootstrap for Sass\n * [Font Awesome](http://fontawesome.io/) - The iconic font and css toolkit\n * [Gulp](https://gulpjs.com/) - The gulp is a toolkit that helps you automate time-consuming tasks in your development workflow\n * [Exifr](https://github.com/remvee/exifr/) - The EXIF Reader is a module to read metadata from JPEG and TIFF images\n * [mini-magick](https://github.com/minimagick/minimagick) - A ruby wrapper for ImageMagick or GraphicsMagick\n * [Rest client](https://github.com/rest-client/rest-client) - A simple HTTP and REST client for Ruby language\n * [Devise](https://github.com/plataformatec/devise) - Flexible authentication solution for Rails with Warden\n * [Pundit](https://github.com/elabs/pundit) - Object oriented authorization library for Rails applications\n * [RSpec](http://rspec.info/) - Behaviour Driven Development for Ruby\n * [Capybara](https://github.com/teamcapybara/capybara) - Capybara is an integration testing tool for rack based web applications\n * [PhantomJS](http://phantomjs.org/) - PhantomJS is a headless WebKit scriptable with a JavaScript API\n * [Poltergeist](https://github.com/teampoltergeist/poltergeist) - Poltergeist is a driver for Capybara that allows you to run your tests on a headless WebKit browser, provided by PhantomJS\n * [Selenium](http://www.seleniumhq.org/) - Selenium is a tool for writing automated tests of websites\n\n# License - Apache License, Version 2.0\n\n```\n# (C) Copyright 2017 by Marek Hakala \u003chakala.marek@gmail.com\u003e\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n#    limitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarekhakala%2Fphotogallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarekhakala%2Fphotogallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarekhakala%2Fphotogallery/lists"}