https://github.com/animesh-ghosh/productsearch
A single page product search application using Whoosh.
https://github.com/animesh-ghosh/productsearch
flask flask-restful python3 vuejs whoosh
Last synced: about 2 months ago
JSON representation
A single page product search application using Whoosh.
- Host: GitHub
- URL: https://github.com/animesh-ghosh/productsearch
- Owner: Animesh-Ghosh
- License: agpl-3.0
- Created: 2020-05-30T20:02:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T18:37:10.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T09:44:47.712Z (3 months ago)
- Topics: flask, flask-restful, python3, vuejs, whoosh
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ProductSearch
A single page product search application using Whoosh.
## Installation
1. **Create virtual environment:**
```bash
python3 -m venv env
source env/bin/activate
```2. **Install requirements:**
```bash
pip install -r requirements.txt
```## Execution
Run the app
```bash
flask run
```