Skip to content
/ Prodbs Public

Prodbs Analytics: A Web Application for Online Product Bundles and Reviews Utilizing Market Basket and Sentiment Analysis.

Notifications You must be signed in to change notification settings

dotSIS/Prodbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 

Repository files navigation

Prodbs

Prodbs Analytics: A Web Application for Online Product Bundles and Reviews Utilizing Market Basket and Sentiment Analysis.

Requirements

Click the links for the instructions on how to install each of the requirements on your machine.

Clone

  • git clone https://github.com/dotSIS/Prodbs.git

Installation & Deployment

Frontend

  • cd Prodbs/frontend
  • npm install

    For development

    • npm run serve
    • open http://localhost:8080 on your browser

    For deployment

    • npm run build
    • open http://localhost:8080 on your browser

Backend

  • cd Prodbs/backbone
  • source env\bin\activate
  • pip install -r requirements.txt
  • cd prodbs

    Local Host

    • python manage.py runserver

    Over the network

    • python manage.py runserver 0.0.0.0:8000

About

Prodbs Analytics: A Web Application for Online Product Bundles and Reviews Utilizing Market Basket and Sentiment Analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published