Small Rails app intended to work as a backend service for a video library example project, connected to this React app through GraphQL.
bundle install
rails db:migrate
rails db:seed
rails s
Server will be listening in port :3001/graphql
.
- Adding tests