Skip to content

devopsengineerDan/Django-my-gallery

 
 

Repository files navigation

Tourism Hub

Author

EssyMwangi

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

Image Details

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

To get the project .......

Cloning the repository:
https://github.com/EssyMwangi/my-gallery.git 
Navigate into the folder and install requirements
cd my-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 mygallery 

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

Known Bugs

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

Contact Information

If you have any question or contributions, please email me at [sonnieessy@gmail.com]

License:

  • MIT License:LICENSE MIT

  • Copyright (c) 2020 Essy Mwangi

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.6%
  • JavaScript 1.5%
  • HTML 1.2%
  • Other 0.7%