A personal gallery application that I display my photos for others to see.
By MANASSEH BUNDI
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.
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.
- Internet connection
- Click https://personalgalleryproject.herokuapp.com/)
- Python3.6
- Django framework
- Bootstrap
- PostgreSQL
- HTML
- CSS/BOOTSTRAP *Javascript
- Internet access
git clone https://github.com/Nasseh123/personal-gallery.git
cd PERSONAL-GALLERY
python3.6 -m venv virtual
source virtual/bin/activate
python3.6 -m pip install -r requirements.txt
- Run
python3.6 manage.py runserver
to get the app running navigate tohttp://127.0.0.1:8000/
and it will open in your browser
pip3 install python3.6
pip3 install django django-heroku gunicorn whitenoise python-decouple whitenoise django-bootstrap3
It does not have bugs.But if any problems should occur, email me at manassehbundi2017@gmail@gmail.com
- N/B Also it is not finished yet...more features and functionalities are still being worked on.
You can reach out to me at manassehbundi2017@gmail.com for Reviews, Advice, Collaborations and Comments
MIT License
Copyright (c) 2020 Manasseh Bundi
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.