Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 562 Bytes

File metadata and controls

24 lines (15 loc) · 562 Bytes

tgif-slack-app

Prerequisites

Create local postgres database

Setup postgres tutorial for Mac user

Once you have Postgres 11 installed with a user the role name postgres, which has permission to create a database, run the command

make setup-db

Install

bundle install

Run tests

make test

Run server

make run