This application was built by Django version 1.11 a python framework
A personal gallery an application that you display your photos for others to see.
By Brilliant Kaimba briegrant416@gmail.com
A personal gallery an application that you display your photos for others to see.
As a user of the application i should be able to:
- View different photos that interest me.
- Search for different categories of photos. (ie. Travel, Food)
- Copy a link to the photo to share with my friends.
- View photos based on the location they were taken.
Behavior | Input | Outcome |
---|---|---|
Display the available tags | N/A | List of tag |
View photos in a tag | Click on a tag | Directed to a page displaying images for the selected tag |
Display full image | Click on an image | Directed to a page displaying the full image |
Copy an image's link | Click copy image link button | Display modal with image url and link for the image |
- install Django
$ pip install django==1.11
- Install python version 3.6.3
- Install gunicorn: (virtual)$ python3.6 -m pip install gunicorn
- Install Heroku that helps to deploy your application.
- Clone https://github.com/BrilliantGrant/Personal-Gallery.git
- Create a virtual environment
sudo apt-get install python3.6-venv
$ python3.6 -m venv virtual
$ source virtual/bin/activate
- Atleast have a computer or a laptop
- Have an internet connection
- Visit https://brilliant-gallery.herokuapp.com/
- Python version 3.6.3
- Django version 1.11
- Bootstrap 3
- Postgres Database
- Sqlite
- HTML & CSS
- Heroku
This project is licenced under the MIT License.
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 Brilliant Grant