a simplified POS webapp for middle size markets
- git
- node & npm
- conda with python 3 & tornado package
- git clone -b development https://github.com/rodriguez-facundo/trolley.git
- cd trolley
- npm install
- npm run dev (runs in http://localhost:8888/)
- install firefox browser (version < 60 )
- npm install -g phantomjs casperjs slimerjs
- cd test
- casperjs test tests.js --host=http://localhost:8888/ --engine=slimerjs
- frontend: React-latest, material-ui-latest
- backend: python3, tornado-latest, tinyDB