React-Redux Frontend / Rails Backend
This project is an entertainment platform where Users can make an account, create profiles, and then browse and favorite different movies and shows.
To get started:
bundler
rails db:create
rails db:migrate
rails db:seed
rails s
npm install
npm start