Skip to content

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.

License

Notifications You must be signed in to change notification settings

edenderrick47/pictureshare

Repository files navigation

Picture Share

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.

Click View Site to visit the site


User Story

  • 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

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.


License

  • LICENSED UNDER License: MIT

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published