Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 237 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 237 Bytes

cooking-server

Backend API in graphql for cooking app

Dependencies

  • postgresql
  • ruby
  • bundler(gem install bundler)

Installation

bundle install
rails db:create db:migrate db:seed

Running server

rails s