Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 1.3 KB

README.md

File metadata and controls

38 lines (36 loc) · 1.3 KB

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