anrao91 / ImgSearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 50.2%Language:HTML 42.3%Language:CSS 6.9%Language:JavaScript 0.6%