Skip to content

ahlp/catalog-service-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

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

About

CSD serviço de banco e CRUD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages