Skip to content

This is a personal gallery Django application that displays photos to the public. I can also share them with my friends.

License

Notifications You must be signed in to change notification settings

Koech-code/My-gallery

Repository files navigation

GALLERY

Description

This is DJANGO web application for displaying photos to the public and sharing with friends. A user can also search for the photos.

Author

👤 Author

Technologies Used

  • PYTHON 3.6
  • DJANGO
  • HEROKU

User Stories

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.

Specifications:

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

Live Demo

Live Demo Link

Installation Process

  • 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 port 127.0.0.1:5000

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • 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.

📝 License

This project is MIT licensed.

About

This is a personal gallery Django application that displays photos to the public. I can also share them with my friends.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published