Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 378 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 378 Bytes

palladium-api

Build Status

How to run locally

  1. Start temp postgresql db via docker run -e POSTGRES_HOST_AUTH_METHOD=trust -p 5432:5432 postgres
  2. Either:
  • bundle exec rackup -p 9292
  • Execute config.ru in debug\run mode in RubyMine