Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/97k/-e-commerce_search_component-django

A basic search component that searches for a given query using tags and Q lookups.
https://github.com/97k/-e-commerce_search_component-django

Last synced: 3 days ago
JSON representation

A basic search component that searches for a given query using tags and Q lookups.

Awesome Lists containing this project

README

        

# A dummy app showcasing Search Component using Django!

## Preview
This video will explain the basic functionality of this django project/app
[![Search App](https://img.youtube.com/vi/0Y9nJ7ZfjDk/0.jpg)](https://youtu.be/0Y9nJ7ZfjDk)

### Prerequisites

Things you need to install the Web App

1. Python3
2. Pip
3. Django(2.0)
4. Virtualenv

### Built With

1. Django 2.0
2. Python 3.6
3. SQLite3
4. HTML5
5. CSS
6. Bootstrap-v4

### Installing

Settingup virtual
* [Virtual environment](http://docs.python-guide.org/en/latest/dev/virtualenvs/) - Setting up Virtual Environment
* Download or clone this repo by [git clone https://github.com/aditya98ak/-E-commerce_Search_Component-django.git]

## Deployment
```
1. cd into the project directory
2. Activate virtaulenv (source/ /bin/activate)
3. Install requirements (pip install requirements.txt)
4. Run on localhost (python manage.py runserver )
BY DEFAULT HOST OS '8000'
```

Made with :heart: by
**Aditya Kaushik** - [aditya98ak](https://github.com/aditya98ak)