Set up the Stripe Terminal SDK so you can begin accepting in-person payments. Included are some basic build and run scripts you can use to start up the application.
- Build the server
pip3 install -r requirements.txt
- Run the server
export FLASK_APP="server.py" && python3 -m flask run --port=4242
- Go to http://localhost:4242