Akumucollins / Personal-Gallery

This is a Django application for a personal gallery that allows an admin to display your photos for users to see.

Home Page:https://collinsgallery.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


PhotoGallery

Monday October 12 2020 ;


Author

Akumu Collins


Description

This is a Django application for personal gallery that allows an admin to display your photos for users to see.


User Story

  • View different photos that interest them
  • Click a single image to expand it and view the details of that photo
  • Search for different categories
  • Copy a link to the photo to share with my friends.
  • View photos based on the location they were taken.

Live Link

View Site


Setup/Installation Requirements

To get the code.. Cloning the repository: https://github.com/Akumucollins/Personal-Gallery.git

Move to the folder and install requirements

cd Personal-Gallery
pip install -r requirements.txt

Setup Configurations and Database

python3 manage.py makemigrations gallery 

Running the application

python3 manage.py runserver

Testing the application

python3 manage.py test

Open the application on your browser 127.0.0.1:8000


Dependencies

  • python3.8
  • Django 3.1.2
  • virtual environment
  • heroku

Technologies Used

  • Bootstrap.
  • Python.

Support and Contact Information

The application is an open-source product if you want to improve it or include an event of a bug contact this akumucollins001@gmail.com .


License

The project is MIT licensed

About

This is a Django application for a personal gallery that allows an admin to display your photos for users to see.

https://collinsgallery.herokuapp.com

License:Other


Languages

Language:JavaScript 90.0%Language:HTML 5.3%Language:Python 4.5%Language:CSS 0.3%