/video-games

Flatiron School's final project - react, redux frontend, and rails backend

Primary LanguageRuby

Video Games

Hello and welcome to #1 place to keep a list of your current video games.

To get started,

  • Navigate to the backend
  • In the terminal run
    • bundle install
    • rails db:migrate
    • rails db:seed
    • rails s

Then, in a new terminal

  • Navigate to the frontend
  • In the terminal run