This is a django application that allows Users to view different kinds of photos that interests me. A user is able to click on a photo to expand it and will able to see the details of the photo. A search ber also enables a user to search categories avalable for viewing based on the location taken.
- A user can view photos that interest me.
- Click on a single photo to expand it and also view the details of the photo.
- Search for different categories of photos. (ie. Nature, Food).
- 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/Joseph-Odhiambo/Gallary.git
- Move to the folder and install requirements
cd Gallary
pip install -r requirements.txt
- Set up your database
psql
- Running the application
python manage.py runserver
- Testing the application
python manage.py test pics
Open the application on your browser 127.0.0.1:8000
.
- There are no known bugs currently but pull requests are allowed incase you spot a bug
If you have any question or contributions, please email me at josephkdo@gmail.com
- MIT License:
- Copyright (c) 2020 Joseph Odhiambo