Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 392 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 392 Bytes

Coffee score board

Running

1. Card reader

Attach the usb card reader. Then cd into cardReader. Create a virtualenv with virtualenv .venv If installing for the first time run pip install -r requirements.txt Activate the virtualenv with source .venv/bin/activate. Run the server with sudo python main.py.

2. Node api

To start the node api on port 3000: npm start.