This is a Django project was generated with Python version 3.9
Derrick Nyongesa
This is a Django Web gallery Application that displays different categories of photos from various locations.
- 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.
- Pull project from github Repository.
git clone https://github.com/Derrick-Nyongesa/Photo-Gallery.git
- Move to the folder and create a virtual environment
- Install requirements
pip install -r requirements.txt
-
Create a new postgress database
-
Make migrations on postgres using django
$ python manage.py makemigrations <database name>
$ python3 manage.py migrate
-
Run the application
$ python3 manage.py runserver
-
Open the application on your browser
http://127.0.0.1:8000/
Click View Site to visit the site
Any query? Contact me at [nyongesaderrick@gmail.com]
Licensed under the MIT license.