Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 720 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 720 Bytes

Catalog Service Database

CRUD Service of catalog service in Ruby

How To Build

  • cd Catalog
  • docker run -d -p 5432:5432 --name csd-crudb -v postgres:/var/lib/postgresql/data postgres:9.5
  • docker build -t csd-crud .
  • docker run -p 3000:3000 --link csd-crudb:csd-crudb --name app_container csd-crud

Dependencies

  • https://www.ruby-lang.org/
  • rails ~> 5.1.4
  • pg ~> 0.18
  • puma ~> 3.7
  • jbuilder ~> 2.5
  • rack-cors
  • exception_notification
  • httparty
  • dragonfly ~> 1.1.5
  • tzinfodata

useful link

Instructions