Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 703 Bytes

readme.md

File metadata and controls

17 lines (14 loc) · 703 Bytes

ImageX Project

imageX is envisioned as an image exchanging platform through which photographers can upload a portfolio of quality images and make them available for commercial and non-commercial use freely. Full-size image files may be downloaded from the platform and used for any purpose free of charge. In return, photographers can raise their profile and gain exposure to potential clients.

Required installations

  • Python 3
  • Django
  • Django-taggit
  • Pillow

Steps recommended of installing and deploying for the first time

  1. pip install django
  2. pip install django-taggit
  3. pip install Pillow
  4. python manage.py makemigrations
  5. python manage.py migrate
  6. python manage.py runserver