- Description
- Behaviour Driven Development
- Installation Requirement
- Technology Used
- Reference
- Licence
- Authors Info
- Live Link
A photo album application that displays a variety of pgotos based on their location and categories. Also a user can view more details of the photo by a click.
- A user can view different photos.
- A user can click on a single photo to expand it and also view the details of the photo.
- As user can search on different categories of photos.
- A user can copy a link to the photo to share with my friends
- A user can view photos on the location they were taken.
-
Open Terminal
ctrl+Alt+T
-
Git clone https://github.com/Nobella-Nyarari-Ejiofor/AlbumArena
or
- Git fork - Enter into your own repository and search-https://github.com/Nobella-Nyarari-Ejiofor/AlbumArena then click on fork to add it on your own repository.
Navigate into the cloned project.
cd albumarena
-
Create and activate the vitual Environment and install the from requirements.txt
$ python3.6 -m virtualenv virtual
$ source virtual/bin/activate
$ pip install -r requirements.txt
-
Setting up environment variables
Create an .env
and add the following.
SECRET_KEY='<Secret_key>'
DBNAME='tribune'
USER='<Username>'
PASSWORD='<password>'
DEBUG=True
EMAIL_USE_TLS=True
EMAIL_HOST='smtp.gmail.com'
EMAIL_PORT=587
EMAIL_HOST_USER='<your-email>'
EMAIL_HOST_PASSWORD='<your-password>'
requirements.txt
-
Start the Server to run the app
-
$ python3.6 manage.py runserver
-
Open localhost:8000
-
Either a computer,phone,tablet or an Ipad
-
An access to the Internet
-
Python3
-
Postgres
-
virtualenv
*Pip
-
HTML 5 - which was used to build the structure of the pages.
-
CSS - which was used to style the pages incuding the left aside navigation bar.
-
Figma-which was used to design the prototype of the UI.
-
Python/Flask - Which was used to build the web-applications and interactivity
-
Postgresql - For the database
-
Heroku - For deployment
- LMS
- W3schools
- stackOverFlow
MIT License
Copyright (c) 2022 Nobella Ejiofor
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.
Linked - Nobella Ejiofor
Gmail - nobellaejiofor@student.moringaschool.com
Github - NOBELLA EJIOFOR
LiveLink- Gh-pages