A fullstack ecommerce store for the wrestling company Powerslam Universe.
- Language: Ruby on Rails
- DB: Sqlite3 (dev) / PostgreSql (production)
- Styled using Bulma
- stripe - cart checkout
- MagickImage
- activeadmin
- (outdated) used Ransack for searching database
- (outdated) deployed to Fly.io
- Ruby-On-Rails installed
- Clone the repository from github
To clone using terminal, type:git clone https://github.com/Chelseavb314/RailsEcom.git
in a location of your choosing - Navigate into the cloned repo folder through terminal
cd RailsEcom
- Run the development version of the application by running the terminal command
rails s
- Open the app in your web browser through localhost
- Once the app opens in your browser, scroll down until you see a button labelled, "Run pending migrations."
Press the button.
- Back in terminal, run the following command
rails db:seed
This command will populate the sqlite3 database with pokemon cards. - Reload the page and view the website.