Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.7 KB

README.md

File metadata and controls

36 lines (31 loc) · 1.7 KB

Powerslamverse E-commerce store

A fullstack ecommerce store for the wrestling company Powerslam Universe.

Home page preview

image

Tech

  • Language: Ruby on Rails
  • DB: Sqlite3 (dev) / PostgreSql (production)
  • Styled using Bulma

Other Tech

  • stripe - cart checkout
  • MagickImage
  • activeadmin
  • (outdated) used Ransack for searching database
  • (outdated) deployed to Fly.io

Pre-requisites

  • Ruby-On-Rails installed

Setup Instructions

  1. Clone the repository from github
    To clone using terminal, type: git clone https://github.com/Chelseavb314/RailsEcom.git in a location of your choosing

  2. Navigate into the cloned repo folder through terminal cd RailsEcom
    image

  3. Run the development version of the application by running the terminal command rails s
    image

  4. Open the app in your web browser through localhost
    image

  5. Once the app opens in your browser, scroll down until you see a button labelled, "Run pending migrations." Press the button. image

  6. Back in terminal, run the following command rails db:seed
    This command will populate the sqlite3 database with pokemon cards.

  7. Reload the page and view the website.