This is a photo gallery web application to showcase beautiful pictures. Users get can view photos uploaded by admin.They can also copy the link to a photo to paste at their discretion. They can also search for photos based on the categories.
1.Open Terminal {Ctrl+Alt+T}
2.git clone https://github.com/WambiruL/gallery.git
3 cd gallery
4.code . or atom . based on the text editor you have.
https://gallery-to-display-photos.herokuapp.com/
Creating the virtual environment
$ python3 -m pip install --user virtualenv ( on a Mac)
$ python3 -m virtualenv env
$ source env/bin/activate
$(For other operating systems, see https://packaging.python.org/guides/installing-using-pip-and-virtualenv/)
For deployment to heroku,please follow instructions here (https://gist.github.com/newtonkiragu/42f2500e56d9c2375a087233587eddd0)
WambiruL
Copyright © 2021 Lorraine Wambui
This website has been licensed by MIT