CRUD Service of catalog service in Ruby
- 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
- 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