Skip to content

sagimann/iangels_teashop_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published