Skip to content

This is a Django application for a personal gallery that allows a user to upload photos for others to see.

License

Notifications You must be signed in to change notification settings

joycodes/personal-gallery

Repository files navigation


PhotoGallery


Author

Joyce Nguttu


Description

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

image image image


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 (Categories available are Food, Technology, Cars, Animals)
  • 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/joycodes/personal-gallery.git

Move to the folder and install requirements

cd personal-gallery
pip install -r requirements.txt

Setup Configurations and Database

python 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 4.0.5
  • 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 https://www.linkedin.com/in/jnguttu/ .


License

The project is MIT licensed

About

This is a Django application for a personal gallery that allows a user to upload photos for others to see.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published