Skip to content

A personal gallery application that you display your photos for others to see.

License

Notifications You must be signed in to change notification settings

AjedidahMwanzia/jays-gallery

Repository files navigation

Jays gallery

Author

Ajedidah MWanzia

Description

This is a Django application for personal gallery that allows a user to upload images for other to see and be able to to share by coping the image link.

Live Link

Click View Site to visit the site

Screenshots

Home page

  • View different photos that interest them
  • Click a single image to expand it and view the details of that photo
  • Search for different categories
  • Copy a link to the photo to share with my friends.
  • View photos based on the location they were taken.

Setup and Installation

To get the project .......

Cloning the repository:
https://github.com/AjedidahMwanzia/jays-gallery
Navigate into the folder and install requirements
cd jays-gallery pip install -r requirements.txt 
Install and activate Virtual
- python3 -m venv virtual - source virtual/bin/activate  
Install Dependencies
pip install -r requirements.txt 
Setup Database

SetUp your database User,Password, Host then make migrate

python manage.py makemigrations pictures 

Now Migrate

python manage.py migrate 
Run the application
python manage.py runserver 
Running the application
python manage.py server 
Testing the application
python manage.py test 

Open the application on your browser 127.0.0.1:8000.

Technology used

  • Python3.8
  • Django
  • Heroku

Known Bugs

  • There are no known bugs currently but pull requests are allowed incase you spot a bug

Contact Information

License

  • MIT License:
  • Copyright (c) 2022 Ajedidah Mwanzia

Go Back to the top

About

A personal gallery application that you display your photos for others to see.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published