Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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