/ImgSearch

Primary LanguagePythonMIT LicenseMIT

ImgSearch

ImgSearch is a Tag based search engine. It is built with Python using the Django Web Framework.

This project has the following basic apps:

  • accounts (User registration, Login, Profile management)
  • santa_search (Load images from Pixabay, Store it in redis, facilitate search)

Installation

Quick start

To set up a development environment quickly, first install Python 3. It comes with virtualenv built-in. So create a virtual env by:

1. `$ virtualenv ImgSearch`
2. `$ . ImgSearch/bin/activate`

Install all dependencies:

pip install -r requirements.txt

Run migrations:

python manage.py migrate

Dependancies

  • redis-server