Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/97k/-e-commerce_search_component-django
- Owner: 97k
- Created: 2018-06-10T15:50:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T16:57:37.000Z (over 6 years ago)
- Last Synced: 2024-04-20T12:43:56.505Z (7 months ago)
- Language: JavaScript
- Size: 634 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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)