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/frontendnpm installnpm run serveopen http://localhost:8080 on your browser
npm run buildopen http://localhost:8080 on your browser
cd Prodbs/backbonesource env\bin\activatepip install -r requirements.txtcd prodbspython manage.py runserver
python manage.py runserver 0.0.0.0:8000