By Tabitha Wanjiku,
A personal gallery application that you display your photos for others to see.
As a user I would like:
- to view photos uploaded to the website
- to view photos according to their location taken
- to search for photos by category
- to see a full expanded image when clicked
- to copy an image link
- Python 3.6.5
- Virtual environment
- PostgreSQL
- open my GitHub
- find my repo PhotoBooth
- run git clone REPO-URL in your terminal
- write cd The-Picture-Pic
- create a virtual environment with python3.6 -m venv virtual
- activate the virtual environment :source virtual/bin/activate
- run pip install -r requirements.txt
- create Postgres Database
- run (python3.6 manage.py runserver) to run the application
Here is my link to my project. View
- Python ( ver 3.6 )
- Django ( ver 3.0.6 )
- Django Bootstrap 3
- PostgreSQL
- Heroku
- W3Schools
- Stack Overflow
Any bugs noted you can email me for clarification.
You can email at:mwangitabitha2020@gmail.com
MIT License
Copyright (c) [2020] Tabitha Wanjiku]
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.