Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 825 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 825 Bytes

attend-bot

CI Website

슬랙 출첵 봇 만드는 채널입니다.

How to test

  1. Install dependencies using pipenv.

    pipenv install --dev
  2. Run postgres locally

    ./run_postgres.sh
  3. Run development server.

    pipenv run start

    TIP: you can use ngrok and use that by creating a temporary command in https://api.slack.com/apps/A01BHLV79UZ/slash-commands.

  4. Run pytest.

    pipenv run pytest
  5. Run black and isort before committing your changes.

    pipenv run black . && isort .