https://github.com/williamsoditi/say-cheese
Say-Cheese is an application intended for users to display their favorite and beautiful photos for others to see and also to copy the image link to the clipboard
https://github.com/williamsoditi/say-cheese
bootstrap3 heroku-deployment html5-css3 python3-django4
Last synced: 4 months ago
JSON representation
Say-Cheese is an application intended for users to display their favorite and beautiful photos for others to see and also to copy the image link to the clipboard
- Host: GitHub
- URL: https://github.com/williamsoditi/say-cheese
- Owner: Williamsoditi
- License: mit
- Created: 2022-05-25T12:30:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T21:41:31.000Z (about 4 years ago)
- Last Synced: 2025-04-07T09:46:37.111Z (about 1 year ago)
- Topics: bootstrap3, heroku-deployment, html5-css3, python3-django4
- Language: Python
- Homepage: https://oditi-gallery.herokuapp.com/
- Size: 4.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Say-Cheese
### By Williams Oditi
## Table of contents
+ [Description](#Description)
+ [Installation process](#installation-process)
+ [Technologies used](#technologies-used)
+ [Known-Bugs](#known-bugs)
+ [Contact Information](#contact-information)
+ [Copyright and License](#copyright-and-license-information)
## Description
Say-Cheese is an application intended for users to display their photos for others to see.
Has features like:
1. Viewing all details of a photo on clicking.
2. Searching functionality for different photo categories.
3. Copying a link to the clipboard for sharing
4. View photos based on the location of where the photo was taken.
5. An admin panel to manage the application.
The following is a live link to the project:
[Live link]()
## Installation process
To access my repository link:
[Click here](https://github.com/Williamsoditi/Say-Cheese.git)
*To clone this repository locally, type the following command on your terminal.*
If using HTTP keys, type:
`https://github.com/Williamsoditi/Say-Cheese.git`
If using SSH keys, then type:
`git@github.com:Williamsoditi/Say-Cheese.git`
On running the commands successfully, you should have a local version of this repository.
Navigate to the target directory and open it with a prefered IDE :
1. On running the application, type the following on the terminal;
+ `python3 manage.py runserver`
2. To test the application;
+ `python3 manage.py test`
3. To navigate to a local browser, Type this on a preferred browser:
+ `127.0.0.1:5000`
## Technologies used
* [Python3.8](https://www.python.org/)
* [Django](https://www.djangoproject.com/)
* [Heroku](https://heroku.com)
## Known-Bugs
Application runs smoothly. No bugs identified.
## Contact information
Feel free to reach me for collaborations:
+ Author E-mail ; `williamsoditi99@gmail.com `
+ Phone Number: +254 712345678.
## Copyright and License
[MIT LICENSE](https://github.com/Williamsoditi/BlogA/community/license/new?branch=main&template=mit)