/picha

This is a personal gallery application that displays photos based on category and location. Users can view details about the photos and copy the photo link to share with others.

Primary LanguagePythonMIT LicenseMIT

picha

This is a personal gallery application that displays photos based on category and location. Users can view details about the photos and copy the photo link to share with others.

Screenshot

Dependencies

In order for you to use the content on this repo ensure you have the following:

  • A computer that runs on either of the following; (Windows 7+, Linux, Mac OS)
  • Python 3.x+

Installing

To get the code..

  1. Cloning the repository:
git clone https://github.com/sharonkorir/picha.git
  1. Navigate to the folder and install requirements.
cd picha
python3 -m venv virtual
pip install -r requirements.txt
  1. Exporting Configurations
  1. Running the application
python3 manage.py runserver

Open the application on localhost 127.0.0.1:8000.

Running the tests

Testing the application

python3 manage.py test gallery

Live link

https://picha-app.herokuapp.com/

Built With

Known Bugs

  • No known bugs yet

Authors

Sharon Korir

Support and contact details

If you run into any issues or have questions, ideas or concerns, reach out to me via e-mail, at sharon.korir@student.moringaschool.com

License

This project is licensed under the MIT License