Skip to content

asmundh/coffeescoreboard-api

Repository files navigation

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.