- Users splitting restaurant bills
- Managers replacing POS terminals with minimal system
- Stripe / Apple Pay / Google Pay
- QR code generation
To use the interface, go to PayJam, and
-
Sign in using:
Username: carlos.miguel@gmail. com Password: 121212
-
Select a table as the manager, select items for the table, and go to tabs.
-
To simulate the customer, select split bill on the tab and check out on the Stripe form.
-
Enter 4242 4242 4242 4242 as the credit card number and any date in the future. The test environment will accept the numbers.
-
Payment success.
To clone and run this application, you'll need Git and Ruby on Rails. From your command line:
# Clone this repository
$ git clone git@github.com:carsonmulligan/pay-jam.git
# Go into the repository
$ cd pay-jam
# Install dependencies
$ bundle install
$ yarn install
# Run the app
$ rails s