{"id":19606508,"url":"https://github.com/sarah-marion/gallery","last_synced_at":"2026-05-16T19:03:11.121Z","repository":{"id":39578325,"uuid":"136456381","full_name":"Sarah-Marion/Gallery","owner":"Sarah-Marion","description":"A personal gallery application that I display my photos for others to see.","archived":false,"fork":false,"pushed_at":"2022-12-31T23:00:30.000Z","size":821,"stargazers_count":1,"open_issues_count":14,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T09:20:18.792Z","etag":null,"topics":["album","django","django-admin","django-framework","django-photo-gallery","python3-6"],"latest_commit_sha":null,"homepage":"https://marion-gallery.herokuapp.com/","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/Sarah-Marion.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":"2018-06-07T09:46:33.000Z","updated_at":"2023-02-27T13:21:45.000Z","dependencies_parsed_at":"2023-01-31T20:01:48.126Z","dependency_job_id":null,"html_url":"https://github.com/Sarah-Marion/Gallery","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/Sarah-Marion%2FGallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarah-Marion%2FGallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarah-Marion%2FGallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarah-Marion%2FGallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sarah-Marion","download_url":"https://codeload.github.com/Sarah-Marion/Gallery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240894279,"owners_count":19874789,"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":["album","django","django-admin","django-framework","django-photo-gallery","python3-6"],"created_at":"2024-11-11T10:05:48.144Z","updated_at":"2026-05-16T19:03:06.076Z","avatar_url":"https://github.com/Sarah-Marion.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gallery\n\n\u003e A personal gallery application that I display my photos for others to see.\n\n## Author\n\n\u003e By **Sarah Marion**\n\n\u003e -----------------------------------------------------------\n\n## Description\n\n\u003e This is a web application that allows various users to view different photos that interests them,view its details such as the location it was taken, copy a link to the photo and even search for different categories.\n\n## User Stories\n\nAs a user I would like:\n\n\u003e * to view the different categories.\n\u003e * to different photos that interest me.\n\u003e * to view photos based on the location they were taken.\n\u003e * to copy a link to the photo to share with my friends.\n\n## How to use it\n\n\u003e * Internet connection\n\u003e * Click https://marion-gallery.herokuapp.com/) \u003cbr/\u003e\n  or \u003cbr/\u003e\n\u003e * Copy https://marion-gallery.herokuapp.com/) and  Paste the link on your prefered browser\n\n\u003c!-- ## How it works\n\n\u003e * A user needs to sign up\n\u003e * A user needs to sign in to vote and post Gallery\n\u003e * A user can also create categories and post Gallery within the application --\u003e\n\n## Technologies Used\n\n\u003e * Python3.6\n\u003e * Django framework\n\u003e * Bootstrap\n\u003e * PostgreSQL\n\n## Setup/Installation Requirements\n\n### Prerequisites\n\n\u003e * Internet access\n\u003e * ```git clone https://github.com/sarah-marion/Gallery.git```\n\u003e * ```cd Gallery```\n\n#### To install a virtual environment\n\n\u003e * ```python3.6 -m venv virtual``` \n\u003e * ```source virtual/bin/activate```\n\n#### To install all dependencies\n\n\u003e * ```python3.6 -m pip install -r requirements.txt```\n\n#### To change the config_name parameter from 'production' to 'development'\n\n\u003e * Run ```python3.6 manage.py runserver``` to get the app running  navigate to ```http://127.0.0.1:8000/``` and it will open in your browser\n\n## Dependancy Installments\n\n\u003e * ```pip3 install python3.6```\n\u003e * ```pip3 install django==1.11 django-heroku gunicorn whitenoise python-decouple whitenoise django-bootstrap3```\n\n\u003c!-- ## Specifications\n\n\u003e * To see the projects specifications refer to the [SPECS.md](SPECS.md) file for more details. --\u003e\n\n## Known Bugs\n\n\u003e It does not have bugs.But if any problems should occur, email me at devsarahmarion@gmail.com\n\n\u003e * N/B Also it is not finished yet...more features and functionalities are still being worked on.\n\n## Support and Contact Details\n\n\u003e You can reach out to me at devsarahmarion@gmail.com\nfor Reviews, Advice, Collaborations and Comments\n\n## Licence\n\n\u003e MIT License\n\n\u003e Copyright (c) 2018 **Dev Sarah Marion**\n\n\u003e Permission 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\n\u003e The above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\n\u003e THE 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\u003e --------------------------------------------------------","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarah-marion%2Fgallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarah-marion%2Fgallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarah-marion%2Fgallery/lists"}