Build a simple checkout form to collect payment details. Included are some basic build and run scripts you can use to start up the application.
- Build the server
bundle install
- Run the server
ruby server.rb -o 0.0.0.0
Build a simple checkout form to collect payment details. Included are some basic build and run scripts you can use to start up the application.
bundle install
ruby server.rb -o 0.0.0.0