Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 885 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 885 Bytes

Tea Shop Server

API

Load swagger.yaml into Swagger Editor to review the API or check the Tea Shop UI project exercise info

Prerequisites

Tested on Ruby on Rails 5.1.4

Architecture

  • Rails server on port 3000
  • Local sqlite3 development database
  • Seed data available under db/seeds.rb

Setup

  • rails db:reset

Run

  • cd <project root>
  • rails server
  • Start the Tea Shop UI on the same machine

Tests

  • Unit tests for the TeaItem entity
  • Integration tests for the TeaController class