This is a simple gallery application built using Django which provides features like adding a photo with category, date and location of the photo captured. It also contains beautiful responsive UI design to display all photos stored in the gallery.
About this photo gallery Django Project
The system runs Django Framework in back-end and HTML, CSS in front-end. It has similar features like popular Google Photos application which stores date, location and category of your photos in the gallery.
This app also provides an admin panel using which all the photos, locations and categories can be managed according to the requirement. In addition to this, the features provided by the app for users are:
- View all photos on index page ordered by the date.
- Hovering on an image will reveal more information about it; the title, description, location and time posted.
- Clicking an image will toggle a lightbox with an expanded view of the image
- Navigate to other images while on the lightbox view.
- Search photos based on their categories.
- Browse photos based on the location.
How To Run The Project?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
Step-1: Extract/unzip the file
Step-2: Go inside the project folder, open cmd and type the following commands to install Django Framework and run the webserver:
- pip install -r requirements.txt
- python manage.py runserver
Step-3: Finally, open the browser and go to localhost:8000
For Login and Admin panel:
Username: admin
Password: testing321