/stripe

First attempt at installing stripe API (payment tracking system) to a marketplace (mug store). This application includes storing stripe tokens to local databases in order to refer to them on the transactions page when a purchase has been completed (ie when a user is assigned a stripe token)

Primary LanguageRuby

Mug Store

This is a rails application using the stripe api gem for payment on a marketplace model

System Requirements

Ruby version

2.4.0

Rails Version

5.1.4

System dependencies

Gems installed

gem 'dotenv-rails', groups: [:development, :test] #for secret key upload

gem 'stripe' #payment api

gem "shrine" #image upload

gem 'devise' #user authentication Database creation

Stripe guide for rails. Click here