Prodbs Analytics: A Web Application for Online Product Bundles and Reviews Utilizing Market Basket and Sentiment Analysis.
Click the links for the instructions on how to install each of the requirements on your machine.
git clone https://github.com/dotSIS/Prodbs.git
cd Prodbs/frontend
npm install
npm run serve
open http://localhost:8080 on your browser
npm run build
open http://localhost:8080 on your browser
cd Prodbs/backbone
source env\bin\activate
pip install -r requirements.txt
cd prodbs
python manage.py runserver
python manage.py runserver 0.0.0.0:8000