The application can be found here
This is a photo gallery web application to showcase beautiful pictures for viewers
- Users get can view photos uploaded by admin
- Users can see photos based on the location, by clicking on the listed locations in the menu.
- Users can also search for photos based on the categories.
- Users can also copy the link to a photo to paste at their discretion and share with friends.
- Python3.6
- Django MVC framework
- HTML, CSS and Bootstrap
- JavaScript
- Postgressql
- Heroku
- $ git clone https://github.com/demarillacizere/Gallery.git
- $ cd Gallery
- $ source virtual/bin/activate
- $ install dependancies that will create an environment for the app to run by running the command pip3 install -r requirements.txt
- $ Create the Database
- $ Create .env file
- $ Run initial Migration
- $ Run the app with command python3.6 manage.py runserver
In case You have any issues using this code please do no hesitate to get in touch with me through izered3@gmail.com or leave a commit here on github.
- MIT License (2020)