Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 450 Bytes

README.md

File metadata and controls

46 lines (23 loc) · 450 Bytes

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

Database table/models (M):

Room

  • name

Item

  • name
  • quantity:integer
  • price:float
  • image_url
  • room_id:integer

Controllers (C):

Rooms Items

View (V) -- ReactJS