/Photo-Gallery

Django project that displays photos

Primary LanguagePython

TRANSFORM GALLERY

Built By Wangui Njoka

Description

This gallery app is designed and implemented using Django 1.11

User Stories

  • View all images
  • Search images by category
  • View images based on Location
  • Copy Image url link

SetUp / Installation Requirements

Prerequisites

  • python3
  • Virtual environment
  • Django 1.11
  • Boootstrap3
  • Heruko

To get the app

  • In your terminal:

      $ git clone https://github.com/wanguinjoka/personal-blog
      $ cd my-personal-gallery
      $ python3.6 -m venv --without-pip virtual
      $ source virtual/bin/activate
      $ curl https://bootstrap.pypa.io/get-pip.py | python
      $ python3.6 manage.py runserver
    

live link to the application

View single-photo

Technologies Used

  • Python3
  • django 1.11
  • Heroku for deployment

Bugs

  • Site taking too long to load on heroku

License

MIT ©2017