Load swagger.yaml
into Swagger Editor
to review the API or check the Tea Shop UI project exercise info
Tested on Ruby on Rails 5.1.4
- Rails server on port 3000
- Local sqlite3 development database
- Seed data available under
db/seeds.rb
rails db:reset
cd <project root>
rails server
- Start the
Tea Shop UI
on the same machine
- Unit tests for the TeaItem entity
- Integration tests for the TeaController class