Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nealwaga/sports-gallery
A personal gallery application that I display photos for users to view.
https://github.com/nealwaga/sports-gallery
bootstrap3 css3 django html5 javascript jquery postgres python
Last synced: 27 days ago
JSON representation
A personal gallery application that I display photos for users to view.
- Host: GitHub
- URL: https://github.com/nealwaga/sports-gallery
- Owner: nealwaga
- License: mit
- Created: 2022-05-27T09:57:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T00:46:55.000Z (over 2 years ago)
- Last Synced: 2024-12-20T22:14:19.848Z (27 days ago)
- Topics: bootstrap3, css3, django, html5, javascript, jquery, postgres, python
- Language: Python
- Homepage: https://nw-gallery.herokuapp.com/
- Size: 23.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sports-Gallery
Sports Gallery is basically a personal gallery application that I display photos for users to view.
## Author
> Neal Waga## Installations
The following command installs all the application requirements
>``pip freeze -r requirements.txt``## Setup
Run
``https://github.com/nealwaga/Sports-Gallery.git``or download the zip file from github.
After extracting the files,
1. Navigate to the project folder
>`` cd name_of_folder``2. Creating a virtual environment
>``virtualenv virtual``3. Activating the virtual environment
>``source virtual/bin/activate``4. Running the application
>``python3 manage.py runserver``5. Running tests
> ``python3 manage.py test.``## Technologies used
* Python3
* Django
* JavaScript
* HTML5
* CSS3
* Bootstrap3## User Stories
* As a user, I would like to view different photos that interest me.
* As a user, I would like to 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.
* As a user, I would like to search for different categories of photos.
* As a user, I would like to copy a link to the photo to share with my friends.
* As a user, I would like to view photos based on the location they were taken.## [License](https://github.com/nealwaga/Sports-Gallery/blob/master/LICENSE)
> MIT License © 2022 Neal Waga## Collaborate
To collaborate, reach me on [[email protected]]()