Built By NIMO SAID
Picture Patch is a django application that allows users to view photos and and copy thier link and share with friends. The application allows the user to add a photo and upload it.
These are the behaviors/features that the application implements for use by a user.
As a user I would like:
- 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.
- Search for different categories of photos. (ie. Travel, Food)
- Copy a link to the photo to share with my friends.
- View photos based on the location they were taken.
- python3.6
- pip install pillow
- psql
-
In your terminal:
$ git clone https://github.com/nimosaid/Gallery/
- Git clone
- Make the changes.
- Write your tests on
tests/ - If everything is OK. push your changes and make a pull request.
MIT ©2019 Nimo Said