This is an application that contains different images.
Created by finaclemence15
14/10/2019
A personal gallery application to display great photos by categories and locations from around the world.
- View different photos that interest me.
- Click on a single photo to expand it and also view the details of the photo. The photo details must appear on a modal within the same route as the main page.
- Search for different categories of photos. (ie. Travel, Food)
- Copy a link to the photo to share with my friends.
- View photos based on the location they were taken.
git clone https://github.com/finaclemence15/myGalleryPics
virtualenv virtual
source virtual/bin/activate
pip3 install -r requirements.txt
psql CREATE DATABASE gallery
python3.6 manage.py runserver
python manage.py migrate
python manage.py test
python3.6 manage.py server
Open the app on your browser, by default on http://127.0.0.1:8000/
- Django
- Vs code
- Git Hub
- Terminal
- Email:finaclemence15@gmail.com
Copyright (c) All right reserved 2019