This is a Django application for a personal gallery that allows an admin to display photos for others to see.
- 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.
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
- python3.8
- Django 4.0.5
- virtual environment
- heroku
- Bootstrap.
- Python.
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/ .
The project is MIT licensed