edwwlui / ImageX

an instagram-like platform powered by Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

an instagram-like platform powered by Django


Languages

Language:Python 69.9%Language:HTML 30.1%