Skip to content

Django app that display images ,image category and also allow single image view and shows image description. a user can also upload images

Notifications You must be signed in to change notification settings

Olliemint/Django-photogallery

Repository files navigation

Created on 26 May 2022

By Oliver Maiyo

Django-photogallery

Django app that display images ,image category and also allow single image view and shows image description. A user can also upload images

User Stories

User Can :-

  • View different photos that interest them
  • Click a single image to expand it and view the details of that photo
  • view different images categories in a single page

Access the website

Need the latest browser to be able to View

Follow this link https://cornygallery.herokuapp.com/

It is hosted on heroku


Setup and Installation

To get the project .......

Clone Repository:

clone from this link https://github.com/Olliemint/Django-photogallery.git

Install and activate Virtual Enviroment envgallery
cd project directory  && python3 -m venv penv && source envgallery/bin/activate 
Install Dependencies
pip3 install -r requirements.txt 
Setup Database

SetUp Database User,Password, Host then following Command

python manage.py makemigrations photo 

Now Migrate

python3 manage.py migrate 
Run Application
python3 manage.py runserver
Test Application
python3 manage.py test photo

Open the application on your browser 127.0.0.1:8000.

Technology used

  • HTML, CSS, Bootstrap

  • Git

  • Python, Django Framework

  • Heroku

Bugs

  • no known bugs at the moment

Contact Details

[email protected]

@furymint(Twitter)


License

This Project is under the MIT license

About

Django app that display images ,image category and also allow single image view and shows image description. a user can also upload images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published