This is a django website that is a personal gallery where i can display my photos for users. The user can also click an image to view all the details about if.
Behaviour | Input | Output |
---|---|---|
Visit the website | Enter into gallery app | View the various images i have uploaded |
View the image details | Click on image | Display the details around the image |
- Django - For both backend and fronted
- Bootstrap
- Postgres Database
- Ensure you have Python3.6 installed in your computer. You can run:
sudo apt-get update && sudo apt-get install python3.6
to download. - Ensure you have PiP in your computer. Run
python get-pip.py
to install. - Ensure you have django installed in your computer. Run
pip install Django==2.2.4
to install.
In a Linux terminal,
- Run
cd Desktop
- To navigate to Desktop directory. - Run
mkdir picturesque-clone
- To make an empty directory.(This is where we will store the galleria cloned project) - Run
git clone https://github.com/dan-jugz/picturesque.git
- no known bugs
Your opinion matters. You can send feedback to;
Email - (https://njugunadaniel364@gmail.com)
Github username - dan-jugz
- Python3.6
- Django
- Bootstrap
- Javascript
- Postgres Database
- CSS
- HTML
MIT (c) 2019 Daniel Njuguna