Hosted on Heroku at: https://tarot-card-reader-rails.herokuapp.com/
- Ruby
- Gems
- Bundler
- CSS
- JQuery
- Coffeescript
- IRB
- Pry
- Postgres
- SQL
- SQL Designer
- Rails
- ActiveRecord
- Bootstrap SCSS
- Heroku
See it here on Heroku: https://tarot-card-reader-rails.herokuapp.com/
This project was created for Epicodus bootcamp as a Team Week project to show proficiency in Ruby on Rails. A user can get learn about tarot cards, get either a three-card or ten-card tarot card reading.
- Ruby v2.6.5 recommended
- Postgres 12.9
(Note: Ruby gem dependencies will be installed automatically by Bundler.)
- Clone the GitHub repository: https://github.com/Frank-Proulx/tarot_card_reader
- From the main project directory, enter
bundle install
in the terminal to populate gems. - To create a database, run
rake db:setup
in your terminal, this will create a database, run the migrations and seed the database. Ensure that the terminal output printsCreated 78 cards! (should be 78)
. - Run
rails s
to start the Rails server. - Open browswer and enter the url http://localhost:3000/ unless otherwise prompted in the terminal.
- Turboload causes navbar links to load page twice in some cases.
MIT Copyright (c) 2022 Frank Proulx, Christopher Neal, Morgan Waites, Isaac Overstreet, Matt Casperson