Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 374 Bytes

README

Small Rails app intended to work as a backend service for a video library example project, connected to this React app through GraphQL.

Setting up

  1. bundle install
  2. rails db:migrate
  3. rails db:seed
  4. rails s

Server will be listening in port :3001/graphql.

Next steps

  • Adding tests