jimmy-oss / shutter-studio

Welcome to π–˜π–π–šπ–™π–™π–Šπ–—-π–˜π–™π–šπ–‰π–Žπ–”πŸ’ž web application displays photos from various categories.

Home Page:https://shutter-studio.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

π–˜π–π–šπ–™π–™π–Šπ–—-π–˜π–™π–šπ–‰π–Žπ–”πŸ’ž

Screen Shot 2022-06-02 at 02 24 46

Screen Shot 2022-06-02 at 02 25 02 The π–˜π–π–šπ–™π–™π–Šπ–—-π–˜π–™π–šπ–‰π–Žπ–”πŸ’ž web application displays photos from various categories such as Travel for others to see, the user is able to copy the links from their favourite photos and share or search on them online.

Description🌸

The First impression which makes this web application stand out from the rest is this the motto: 𝔅𝔒𝔦𝔫𝔀 β„­π”―π”’π”žπ”±π”¦π”³π”’ π”ͺπ”žπ”¨π”’ 𝔦𝔱 𝔬𝔯 π”Ÿπ”―π”’π”žπ”¨, 𝔢𝔬𝔲𝔯 𝔭𝔬𝔰𝔱𝔰 π” π”žπ”« 𝔰𝔒𝔩𝔩 π”¦π”‘π”’π”žπ”° π–˜π–π–šπ–™π–™π–Šπ–—-π–˜π–™π–šπ–‰π–Žπ–”πŸ’ž users are able to upload photos with their unique ideas depending which category they want.

Behaviour Driven DevelopmentπŸ˜‡

  • 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

INSTALLATION PROCESS ✨

To use the application you should have python3 and django latest version installed in your machine.

  • Create and activate the vitual Environment and install the from requirements.txt $ python3 -m virtualenv virtual $ source virtual/bin/activate $ pip install -r requirements.txt

It will install everything from the requirements file after configuring launch and enjoy.

  • Setting up environment variables

Create an .env and add the following.

MODE='dev'
SECRET_KEY='<Secret_key>'
DB_NAME=='tribune'
DB_USER='<Username>'
DB_PASSWORD='<password>'
DB_HOST= 'localhost'
ALLOWED_HOSTS='localhost, 127.0.0.1' 
DEBUG=True

EMAIL_USE_TLS=True
EMAIL_HOST='smtp.gmail.com'
EMAIL_PORT=587
EMAIL_HOST_USER='<your-email>'
EMAIL_HOST_PASSWORD='<your-password>'

  • Start the Server to run the app

  • $ python3 manage.py runserver

  • Open localhost:8000


TECHNOLOGIES USED ✨

I have used:

  • Python3
  • Django
  • Html
  • Css
  • PostgreSql
  • Improvement plans πŸ’žοΈ

    Users are able to like and dislike posts from their fellow peers

    AUTHORS NAME🦁

    jimmy-oss

    BUGSπŸ’’

    No bugs so far

    THE LICENSEπŸ‘¨πŸΎβ€βš–οΈ

    The website is under Mit license.

    About

    Welcome to π–˜π–π–šπ–™π–™π–Šπ–—-π–˜π–™π–šπ–‰π–Žπ–”πŸ’ž web application displays photos from various categories.

    https://shutter-studio.herokuapp.com

    License:MIT License


    Languages

    Language:JavaScript 44.8%Language:CSS 38.4%Language:Python 6.9%Language:HTML 4.1%Language:PowerShell 4.1%Language:Shell 1.7%Language:Procfile 0.0%