/trolley

a simple supermarket webapp

Primary LanguagePython

[WIP] trolley

a simplified POS webapp for middle size markets

Development installation:

requires

  • git
  • node & npm
  • conda with python 3 & tornado package

install

launch

for testing:

  • install firefox browser (version < 60 )
  • npm install -g phantomjs casperjs slimerjs
  • cd test
  • casperjs test tests.js --host=http://localhost:8888/ --engine=slimerjs

we are using:

  • frontend: React-latest, material-ui-latest
  • backend: python3, tornado-latest, tinyDB