This is DJANGO web application for displaying photos to the public and sharing with friends. A user can also search for the photos.
👤 Author
-
Nixon Kipkorir Koech
-
GitHub: @Koech-code
- PYTHON
3.6
- DJANGO
- HEROKU
As a user I would like to;
- View different photos that interest me.
- Click on a single photo to expand it and also view the details of the photo. The photo details must appear on a modal within the same route as the main page.
- Click on a single photo to expand it and also view the details of the photo. The photo details must appear on a modal within the same route as the main page.
- Copy a link to the photo to share with my friends.
- View photos based on the location they were taken.
These are the actions the user will do, inputs required and their outputs on the page.
Action | Input | Output |
---|---|---|
Load page | On page load | Displays the homepage |
View | --- | Sees the photos I have |
Search | search for the photos by category | Photos as per search term |
- Clone the repository using the link below
$ git clone https://github.com/Koech-code/My-gallery.git
-
Create a directory and install the requirements
pip install -r requirements.txt
-
Export configurations
Secrete Key
-
Run the application using;
python3.6 manage.py runserver
-
Test it if its working using;
python3.6 manage.py test
-
Open the application on your browser , preferably
chrome
using port127.0.0.1:5000
Give a ⭐️ if you like this project!
- I would like to acknowledge Moringa school for giving me this opportunity to learn software development.
- Appreciations to my TM
Nancy Umutoniwase
for the support she gives me.
This project is MIT licensed.