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
- 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.
To get the project .......
https://github.com/EssyMwangi/my-gallery.git cd my-gallery pip install -r requirements.txt - python3 -m venv virtual - source virtual/bin/activate pip install -r requirements.txt SetUp your database User,Password, Host then make migrate
python manage.py makemigrations mygallery Now Migrate
python manage.py migrate python manage.py runserver python manage.py server python manage.py test Open the application on your browser 127.0.0.1:8000.
- There are no known bugs currently but pull requests are allowed incase you spot a bug
If you have any question or contributions, please email me at [sonnieessy@gmail.com]
-
MIT License:LICENSE MIT
-
Copyright (c) 2020 Essy Mwangi

