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

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.

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
```