{"id":22539864,"url":"https://github.com/machariamark/mygallery","last_synced_at":"2026-06-10T16:31:40.203Z","repository":{"id":121561483,"uuid":"414874420","full_name":"MachariaMark/mygallery","owner":"MachariaMark","description":"A personal gallery application that displays my photos for all to see.","archived":false,"fork":false,"pushed_at":"2021-10-15T08:41:19.000Z","size":28002,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T07:15:01.180Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://offgallery.herokuapp.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MachariaMark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-10-08T06:38:28.000Z","updated_at":"2021-10-15T08:41:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"e6048ccb-02ce-468b-9b52-b047b7f5e615","html_url":"https://github.com/MachariaMark/mygallery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MachariaMark/mygallery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MachariaMark%2Fmygallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MachariaMark%2Fmygallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MachariaMark%2Fmygallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MachariaMark%2Fmygallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MachariaMark","download_url":"https://codeload.github.com/MachariaMark/mygallery/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MachariaMark%2Fmygallery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34161283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":[],"created_at":"2024-12-07T12:08:47.147Z","updated_at":"2026-06-10T16:31:40.183Z","avatar_url":"https://github.com/MachariaMark.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## My Gallery \u003cdiv dir=\"rtl\"\u003e8.10.2021\u003c/div\u003e\n#### \u003cdiv dir=\"rtl\"\u003eBy **Mark Muchiri Macharia**\u003c/div\u003e\n\n## Description\nA personal gallery application that displays my photos for all to see. You can visit the live site on \nhttps://offgallery.herokuapp.com/\n## Features\nAs a user of the web application you will be able to:\n\n1. See all posted photos\n2. View photos by location\n3. See each photo's description and location on hover.\n4. Be able to copy a photo's url to the clipboard\n5. Click on `view image` to expand a photo\n6. Search for a photo by category e.g. _outdoor_, _photoshoot_\n\n## Specifications\n| Behavior            | Input                         | Output                        | \n| ------------------- | ----------------------------- | ----------------------------- |\n| View all posted photos  | Hover over a photo | Shown details about the photo | \nDetails about the photo | Click on `Copy Link` | Pop up that shows that the image link has been copied appears |\n|  Details about the photo | Click on `View Image`  | Photo expands |\n|  Search in the search field | Input keywords to be searched then press ENTER | Search page is loaded and displays with the searched results |\n\n\n## Getting started\n### Prerequisites\n* python3.6\n* virtual environment\n* pip\n\n### Cloning\n* In your terminal:\n        \n        $ git clone https://github.com/MachariaMark/mygallery.git\n        $ cd mygallery\n\n## Running the Application\n* Install virtual environment using `$ python3.6 -m venv --without-pip virtual`\n* Activate virtual environment using `$ source virtual/bin/activate`\n* Download pip in our environment using `$ curl https://bootstrap.pypa.io/get-pip.py | python`\n* Install all the dependencies from the requirements.txt file by running `python3.6 pip install -r requirements.txt`\n* Create a database and edit the database configurations in `settings.py` to your own credentials.\n* Make migrations\n\n        $ python manage.py makemigrations photos\n        $ python3.6 manage.py migrate \n\n* To run the application, in your terminal:\n\n        $ python3.6 manage.py runserver\n        \n## Testing the Application\n* To run the tests for the class file:\n\n        $ python3.6 manage.py test photos\n        \n## Technologies Used\n* Python3.6\n* Django\n* HTML\n* Bootstrap\n\nThis application is developed using [Python3.6](https://www.python.org/doc/), [Django](https://www.djangoproject.com/), [HTML](https://getbootstrap.com/) and [Bootstrap](https://getbootstrap.com/)\n\n## Support and contact details\nFor feedback contact me through;\n* mark.macharia@student.moringaschool.com\n* 0759329269\n\n### License\n[MITlicense](LICENSE) 2021 ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachariamark%2Fmygallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmachariamark%2Fmygallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachariamark%2Fmygallery/lists"}