Skip to content

A personal gallery application that I display my photos for others to see.

Notifications You must be signed in to change notification settings

Sarah-Marion/Gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallery

A personal gallery application that I display my photos for others to see.

Author

By Sarah Marion


Description

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.

User Stories

As a user I would like:

  • to view the different categories.
  • to different photos that interest me.
  • to view photos based on the location they were taken.
  • to copy a link to the photo to share with my friends.

How to use it

Technologies Used

  • Python3.6
  • Django framework
  • Bootstrap
  • PostgreSQL

Setup/Installation Requirements

Prerequisites

  • Internet access
  • git clone https://github.com/sarah-marion/Gallery.git
  • cd Gallery

To install a virtual environment

  • python3.6 -m venv virtual
  • source virtual/bin/activate

To install all dependencies

  • python3.6 -m pip install -r requirements.txt

To change the config_name parameter from 'production' to 'development'

  • 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

Dependancy Installments

  • pip3 install python3.6
  • pip3 install django==1.11 django-heroku gunicorn whitenoise python-decouple whitenoise django-bootstrap3

Known Bugs

It does not have bugs.But if any problems should occur, email me at [email protected]

  • N/B Also it is not finished yet...more features and functionalities are still being worked on.

Support and Contact Details

You can reach out to me at [email protected] for Reviews, Advice, Collaborations and Comments

Licence

MIT License

Copyright (c) 2018 Dev Sarah Marion

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.