Angblah / Comparator

Comparator is a web app that allows users to easily compare products to determine the one to best fit their needs.
https://thecomparator.herokuapp.com/
1 stars 0 forks source link

Comparator

Comparator is a web app that allows users to easily compare products to determine the one to best fit their needs. It is currently hosted on Heroku at http://thecomparator.herokuapp.com/.

Release Notes version 1.0

NEW FEATURES

BUG FIXES

KNOWN BUGS

Install Guide version 1.0

PRE-REQUISITES

DEPENDENCIES

  1. run "pip install -r requirements.txt"
  2. run "npm install"
  3. run "npm i webpack -g"
  4. run "npm install -g less"

DOWNLOAD
github.com/Angblah/The-Comparator

BUILD

  1. To compile the .jsx into the bundles, run "webpack" from the root directory
  2. To compile the .less into .css files, run "lessc [filename].less [filename].css" from css folder

INSTALLATION
Contact Team 171 Byte Me for information on sensitive environment variables which must be set to use the application. Most of these variables control access to various data storage locations and are as follows:

RUNNING APPLICATION
Run "python app.py" in a terminal to run locally

TROUBLESHOOTING
We have added React-logger to the front-end in order to allow for easy troubleshooting on the front-end