Created this Image Repository for my Shopify Developer Intern Application! 🗳
pip install pipenv # To install pipenv
pipenv shell # Spawns a virtual environment
pipenv sync # Installs all dependencies
python mainFlaskServer.py
Used Flask to create a basic server endpoint
Utilized Firebase for storage
Fireo as ORM package for Python, specifically for Firebase
Run following commands within paymentApi directory
bundle install # Installs all gems
ruby server.rb
- Payment Server is not stable yet, included only for demonstrate purposes *
Used Ruby Sinatra (DSL for quickly creating web applications in Ruby with minimal effort)
Implemented logic for Stripe API (Payment handling)
Used PaymentIntent method for setting up payments
- Reduce complexity of certain methods
- Finish payment server