Interactive Movie Database.
MovieDB backend is Rails 5 with Postgres. Front-end is React application.
bundle install
rake db:migrate db:seed
rails s -p 3001
cd client && npm install && npm start
bundle install && bundle exec rspec
cd client && npm install && npm test