Skip to content

BrianNgeno/gallery

Repository files navigation

gallery

This is an online application that is used to share personal gallery images to users who would like to view your gallery

Specifications

To be able to access the application the user should install the latest version of goole chrome, mozilla firefox or explore and load the live link provided. from this point the user can access an online page with the specified gallery, and can be able to:

  • user should be able to view different photos that interest me.
  • user should be able to click on a single photo to expand it and also view the details of the photo. The photo details must appear on a modal within the same route as the main page.
  • User should search for different categories of photos. (ie. Travel, Food)
  • User should Copy a link to the photo to share with my friends.
  • User should view photos based on the location they were taken.

Setup/Installation Requirements

  • For a developer who wishes to view the work.You will have to clone my repository and check the requirements to be able to get all the tools needed for proper running of the applictaion and also check the version of python used from the runtime to assert you fullfill requirements to run the application. Getting Started. These instructions will get you a copy of the project up and running on a local host.
  • Git clone

  • Enter the Project root folder cd gallery/ install virtual environment (venv) without pip python3.6 -m venv --without-pip env

  • Activate virtual environment source virtual/bin/activate install pip using curl curl https://bootstrap.pypa.io/get-pip.py | python

  • Runnig the server python3.6 manage.py runserve

Known Bugs

There are no unresolved issues in regards to this code that I know of.

Prerequisites

To be able to run this web application, you will need to have a web browser, preferably Google Chrome or chromium. Just open the url link deployed on GitHub and run it.

Technologies Used

I worked on this code on Linux OS. I used python as my primary language and django model to work on the Application. I worked on the code using vs code,Git applications and heruko.

Support and contact details

If there are any issues on how the code runs, concerns, questions or ideas, kindly reach out to me on my email address; bkn.ngeno@gmail.com.

Authors

Brian-Ng'eno

License

MIT License

  • Copyright (c) 2018 BrianNg'eno

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Copyright (c) 2018 Ngeno

Acknowledgments

  • A big up to Moringa a School for the lessons on how to program.
  • Many thanks to my classmates and Technical mentors at Moringa School for working together with me and assisting where the code didn't work properly.

Releases

No releases published

Packages

No packages published