Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k-koech/gallery_django
Personal Galery
https://github.com/k-koech/gallery_django
Last synced: 6 days ago
JSON representation
Personal Galery
- Host: GitHub
- URL: https://github.com/k-koech/gallery_django
- Owner: k-koech
- License: mit
- Created: 2021-09-03T15:50:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T21:40:28.000Z (over 3 years ago)
- Last Synced: 2024-12-24T01:47:55.387Z (about 2 months ago)
- Language: CSS
- Homepage: https://djangogallery.herokuapp.com/
- Size: 29.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GALLERY APPLICATION
#### The app is a personal gallery app, 05/09/2021
#### **By Kelvin Kipchumba**
## Project Description
Its a personal gallery application that I display my photos for others to see.
## Setup/Installation Requirements
- Download a file in the code section to the desired folder
- Extract the files
- Open the folder with vs code.
- Activate the virtual environment in the terminal.
- Run "make server" in the terminal.
- Create database and add its URI in settings.py file.
- Run migrations using 'python3 manage.py makemigrations' the migrate with 'python3 manage.py migrate'.
- Open the server http://127.0.0.1:8000/ And you are all done.## BDD
As a user should;
- View different photos that interest me.
- Click on a single photo to expand it and also view the details of the photo. The photo details must appear on a modal within the same route as the main page.
- Search for different categories of photos. (ie. Travel, Food)
- Copy a link to the photo to share with my friends.
- View photos based on the location they were taken.
## Live link
Deployed project can be accessed here [Gallery](https://djangogallery.herokuapp.com/)## Known Bugs
The application works perfectly well, no bugs.## Technologies used
- HTML
- CSS
- Fontawesome
- Bootstrap
- Python## Support and contact details
- email :: [email protected]
- phone :: +254725801772### License
*Licenced under the [MT-licence](https://github.com/k-koech/gallery_django/blob/master/LICENSE.md)*
Copyright (c) 2021 **Kelvin Kipchumba