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.
Install and activate Virtual
- 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 pictures
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
.