- Description
- Setup/Installation Requirements
- How To Access the Site
- UserStory
- Technology & Tools
- Reference
- Known-Bugs
- Licence
- Authors Info
Django app that display images ,image category and also allow single image view and shows image description. A user can filter images by category or location and copy image link address
To get the project .......
clone from this link https://github.com/Olliemint/Pixel-gallery.git
cd project directory && python3 -m venv penv && source envgallery/bin/activate
pip3 install -r requirements.txt
SetUp Database User,Password, Host then following Command
python manage.py makemigrations photo
Now Migrate
python3 manage.py migrate
python3 manage.py runserver
python3 manage.py test photo
Open the application on your browser 127.0.0.1:8000
.
Need the latest browser to be able to View
Follow this link https://pixelstour.herokuapp.com/
It is hosted on heroku
User Can :-
- View different photos that interest them
- Click a single image to expand it and view the details of that photo
- view different images categories in a single page
- Copy image link address and share
- Search images based on category name
- Filter images by category or location
-
HTML, CSS, Bootstrap
-
Git
-
Python, Django Framework
-
Heroku
- no known bugs at the moment
MIT License
Copyright (c) 2022 Oliver Maiyo
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.
@furymint(Twitter)