This app is a Ruby on Rails ecommerce application that handles the basics of an online store, without utilizing shopify. The goal was to build something relatively simple while exploring styling with Tailwind CSS, payments with Stripe.
Things you may want to cover:
-
Ruby version
3.1.4
-
System dependencies
ActiveStorage, Tailwind, Stripe
-
Configuration
-
Database creation
rails db:create & db:migrate
-
Database initialization: see above
-
How to run the test suite: You can run
rspec
to run entire suite orrspec <file path>
ex:rspec spec/controllers/admin_controller_spec.rb
-
Services (job queues, cache servers, search engines, etc.): TBD
-
Deployment instructions: TBD
-
Reference: https://www.youtube.com/watch?v=hURUMwdCWuI&t=1373s