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

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

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)