Sam-Karanja / Personal-Gallery

This is a python-django application where users can view photos captured in different locations. The photos are grouped in different categories where the user can navigate to any category according to their preference.

Home Page:https://jphoto-gallery.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Gallery

By Samuel Karanja

Table of Content


Description

Application that displays images of different categories

Live link

https://jphoto-gallery.herokuapp.com/

Installation Requirements

  • python3.8
  • pip

Dependancy Installation process

$ pip install -r requirements.txt

Running the Application

To view the website run the command

manage.py runserver

To run the tests run the command

$ python3.8 manage.py test

Behaviour Driven Development

Behaviour Input Output
load page Displays images in home page user can view images searhc images in category
click view image user views a single image
clock copy image user copies img url to clipboard user can paste the copied link

Licence

MIT License

Copyright (c) 2022 Samuel Karanja Murigi

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.


Authors Info:

Email karanjasam210@gmail.com

About

This is a python-django application where users can view photos captured in different locations. The photos are grouped in different categories where the user can navigate to any category according to their preference.

https://jphoto-gallery.herokuapp.com/


Languages

Language:Python 95.6%Language:HTML 1.6%Language:JavaScript 1.5%Language:CSS 1.1%Language:PowerShell 0.1%Language:Shell 0.0%Language:Procfile 0.0%